Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
  1. Install IIS Rewrite extension from http://www.iis.net/downloads/microsoft/url-rewrite#additionalDownloads
  2. In IIS Manager, find the site using Angular 2 routing. Click URL Rewrite


    to add following rules :
    1. cfiles_allow

      client/(style/*|app/*|node_modules/*|index.html|index.cfm)

    2. cfiles_stop

client/(.*)

client/index.cfm

c. Allow desktopClient

Image Added

(cfcs|css|desktopClient)/*

http://stackoverflow.com/questions/34955493/angularjs-2-routing

...