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.

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