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.
- In the web.config uncomment or add the following to the appSettings:
<add key="owin:appStartup" value="Forms"/>
- Comment out all other entries that start with:
<add key="owin:
- In IIS> Authentication for the website, set Anonymous Authentication to Enabled.
- Disable all other authentication.
Send comments on this topic.