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.

  1. go mydocuments\iisexpress\config\applicationhost
  2. search windowsauthentication
  3. 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.

  4. save , close

all projects, using windows authentication , running under iis express, start running smoothly.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -