Hello,
I have an ASP.net site that is working fine with Anonymous access enabled. However, I do not want anonymous access enabled. I need the site accessible only to domain users.
When I turn off anonymous access and turn on NTLM access I start getting 401.1 errors. I'm not sure if this is an ASP permission error, a file level security error, app pool security issue or a website error. I'm hoping someone can point me in the right direction.
I don't want to just start granting access to folders and things while troubleshooting the issue. I have given domain users read access to the folder on the server, but that did not appear to help.
Thank you for any help anybody can provide.