I am using Visual Studio Development Server (Visual Basic 2010) and it works fine. Now I have enabled NTLM authorization because I want to test the site using a different user account. Now when I try to access the website, I always get the following error page:
Server error in application "/".
HTTP Error 403 - Forbidden.
Version Information: ASP.NET Development Server 10.0.0.0
I use a test account, which is a regular user in our domain. I already set the permissions in my project folder to Full Control for this user, but this does not help. Any further ideas? Thanks!
source share