Hi,
I saw that link but I don't know what is the security context "add in" that is mentioned in that thread.
Is it something I need to download?
What do I need to change in IIS, and what do I need to change in web.config? You mention a part of the web.config to change but don't say what it should be changed to.
--------
I've tried creating a user with my Windows username, then changing the web.config to use Windows authentication.
When I open the app it takes me to the login screen. If I log in with the password I chose when creating the user in Survey, it takes me to AccessDenied.aspx and says "Unauthorized. Access denied due to invalid credentials.".
If I log in with another password, it stays on the login page and says "Invalid Login. Please try again.".
The desired behaviour would be to skip the login screen, so users won't need to type their credentials.
Thank you for helping.