Hi,
I have an ASP.NET app which I want to deploy. I've set up the virtual directory, given the right permissions to the physical folder, put the application in the correct application pool, set the authentication method to integrated windows security.
Whenever I try to access the website (even from the server itself), I get asked for a username and password. I created a new admin user with impersonation permissions to test it with but the thing still doesn't let me in.
Any ideas what I still need to configure?
(There's another app that uses windows authentication, it works fine - doesn't ask for a user ID on the server and if i connect remotely, I can log in with my test-user, I replicated the exact settings of the two apps and still no luck)
Start Free Trial