Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I had a site running in IIS 7.5 for more than a year now. It uses Windows Authentication..It was running fine until the server in which it was hosted was rebooted for a Windows update recently. After that in order to access the site an user has to be part of the Server Admin group or has to have exclusive permissions to the folder of the site.Cannot figure out why!!

What I have tried:

All permutations and combinations of Website, appPool and Application Settings. There is nothing wrong with the code as I tried a version of the code before the issue surfaced. Still facing the same issue.
Posted
Comments
Richard Deeming 24-Apr-18 9:43am    
Check the NTFS permissions on the folder containing your site.
Check the "authorization rules" and ".NET authorization" settings in IIS manager.
Try using the "failed request tracing" feature to see if it gives you any clue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900