Using single sign-on with SQL Monitor and IIS
Published 24 March 2016
If you have IIS configured, you can use single sign-on with SQL Monitor.
- Open the web.config file.
By default, this is located in C:\Program Files\Red Gate\SQL Monitor\Web\Website Uncomment the following row:
<add key="AutoLoginUserName" value="admin" />
This disables SQL Monitor's authentication.
Restart the SQL Monitor website in IIS.