Anonymous Authentication

This is used when the site needs to be publicly accessible. By default, Web Map Layers is configured to run using Anonymous Access.

  1. In the web.config uncomment or add the following to the appSettings: <add key="owin:appStartup" value="Forms"/>
  2. Comment out all other entries that start with: <add key="owin:
  3. In IIS> Authentication for the website, set Anonymous Authentication to Enabled.
  4. Disable all other authentication.


Send comments on this topic.