I publish my asp.net web site and deploy it to iis-7 locally on my windows 7 system.
After deployment when I write the address localhost/applicationfoldername
in browser it gives me this error message:
System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) .
what can I do to solve this problem?