Why does a windows authentication dialog box show on my asp.net application? I have included my web.config in a pastebin:
Any help is appreciated I have forms authentication enabled and anonymous but its not going through as expected. Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You probably have it set as
Windows AuthenticationinIISor your page is accessing something theIUSRaccount doesn’t have permission to on the file system.Set you app pool to a more privileged account and see if it happens, if not then you know it’s the
IUSRpermissions.