Thursday, October 27, 2011

IIS 403 - Forbidden: Access is denied

PROBLEM:
When trying to open URL with your browser you get "Forbidden: Access is denied". The web site is written with ASP.NET and deployed in IIS. You do not have a "Default.aspx" file in your ASP.NET project

SOLUTION:
Add Default.aspx page to your ASP.NET project
-OR-
Add your IIS default pages list (index.htm, default.aspx) the default project aspx page


If you find this solution useful, you are welcome to press one of the ads in this page.. Thanks!


1 comment: