Silverlight business application: windows authentication using IIS express not working -
when using iis express , windows authentiction silverlight 5 (using silverlight business application template in vs 2012), status bar stuck @ "authenticating..." switching visual studio developer server, windows authentication works.
please assist.
solved issue applying below.
need update configurations (at iis express level), in addition visual studio settings.
- go mydocuments\iisexpress\config\applicationhost
- search windowsauthentication
updates:
3.1 under sectiongroup name="authentication" , section name="windowsauthentication", update overridemodedefault "allow". default "deny"
3.2 under authentication >> windowsauthentication, update enabled="true". default false.
- save , close
all projects, using windows authentication , running under iis express, start running smoothly.
Comments
Post a Comment