Menu

"HTTP Error 403.14 - Forbidden" error - A default document is not configured for the requested URL...

0 votes

After installing dbFront, I get a web page that says:

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

  • A default document is not configured for the requested URL, and directory browsing is not enabled on the server.

....

What can I do?

in Installation by (7.0k points)

1 Answer

0 votes
 
Best answer

IIS will return the "Forbidden" error when it can't find a default web page to serve and directory browsing is disabled.

A wrong and dangerous solution is to turn on directory browsing as IIS and other helpful articles might suggest.

The most likely problem is that IIS is not fully setup to serve Dotnet webpages and so it can't find the dbFront application.

It might also be that when IIS was installed or upgraded that the entry "default.aspx" was missed or removed from the list of default documents. Please open the entry "Default Document" and view the list to ensure that "default.aspx" is included in the list.

For complete details on setting up IIS please see: Preparing Windows to host a Dotnet 4.0 website

by (64.3k points)
Welcome to the dbFront Q&A site, where you can ask questions and receive answers from other members of the community.
 | Minimalist Answer Theme by Digitizor Media
 |
Powered by Question2Answer
...