I'm having trouble running my ASP.NET application on a Service Account. I followed the How Tohere as best I could, but when I switch the application pool to run on the service account and refresh the page, it prompts me for credentials over and over. My Web site is configured to use Windows Authentication, but if I turn that off and select allow anonymous access, it doesn't prompt for credentials, but gives me a 401 error. My application is installed on the D: drive and when I ran the aspnet_regiis.exe utility, I compared the permissions in C:\inetpub\wwwroot to the folder on the D: drive. Any help?
↧