crazzypig
Saturday, 28 February 2015
HTTP Error 403.14 - Forbidden
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.
Things you can try:
If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
Enable directory browsing.
Go to the IIS Express install directory.
Run
/section:system.webServer/directoryBrowse appcmd set config / enabled: true
to enable Directory browsing at the Server Level.
Run
appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse / enabled: true
to enable Level Directory browsing at the site.
Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
More Information:
This error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.
View more information »
Soluton
: site.Master cannot be open, create a new form.aspx to use the master page!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment