Anonymous Authentication
Cadcorp SIS WebMap is configured to use Anonymous Authentication by default. This model is used when the site needs to be publicly accessible.
- In web.config, uncomment or add the following to the appSettings:
- 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.
Copy
<add key="owin:appStartup" value="Forms"/>