This article is a mirror article of machine translation, please click here to jump to the original article.

View: 14705|Reply: 0

[ASP.NET] HTTP Error 403.14 - Forbidden Error

[Copy link]
Posted on 1/14/2016 4:29:10 PM | | | |


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 appcmd set config /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the server level.
Run appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the site level.
Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.

What to try:

If you do not want to enable directory browsing, make sure that the default document is configured and that the file exists.
Enable catalog browsing.

Go to the IIS Express installation directory.
Run appcmd set config /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the server level.
Run appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the site level.

Verify that the configuration/system.webServer/directoryBrowse@enabled property in the website or application configuration file is set to true.


Most likely causes:

No default documentation is configured for the requested URL, and directory browsing is not enabled on the server.



To put it bluntly, there is no default start page! !




Previous:Many bubbles have been seen on the Internet
Next:.NET version of Tenpay payment interface sign encryption method
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com