Error 403.14 Forbidden

0

When I open the page in ASP.NET, this error is displayed:

HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.

It was working normally. I changed some files and stopped working, I returned the files and it still does not work.

Does anyone know how I can resolve?

    
asked by anonymous 29.06.2015 / 20:14

1 answer

1

It can be:

  • Permissions problems in the project folder
  • Permissions issues in project configuration in IIS.
  • Default file for project listing.
  • If none of this is resolved, please give more details of the problem so we can help.

        
    29.06.2015 / 20:25