document and that the file exists.
Use IIS Manager to enable directory browsing.
Open IIS Manager.
In the features view, double-click Directory Browsing.
On the Directory browsing page, in the actions pane, click Enable.
Confirm that the Configuration/system.webserver/[email protected] attribute in the site or application configuration file is set to True.
Links and more information This error
Forget who said the "wisdom", do beef brisket announced the system, not afraid of mistakes, afraid out with the cow teacher is not the same error!!Just do the beginning of all kinds of mistakes, just say the more mistakes, the more harvest. Take every difficulty as an opportunity to grow. Not much to say, directly. The first beef brisket announced the system, because IIS (Internet Information service--Internet Information Service) is not configured t
Error message:HTTP error 403.14-forbiddenweb The server is configured to not list the contents of this directory.Tip To try an action:
If you do not want to enable directory browsing, make sure that you have configured the default document and that the file exists.
Use IIS Manager to enable directory browsing.
Open IIS Manager.
In the features view, double-click Directory Browsing.
Workaround:Uri uri =Builder.build (); //Create an HTTP GET requestHttpGet HttpGet =NewHttpGet (URI); Httpget.setheader ("User-agent", "mozilla/5.0 (Windows NT 10.0; WOW64) applewebkit/537.36 (khtml, like Gecko) chrome/45.0.2454.101 safari/537.36 "); //Execute RequestResponse =Httpclient.execute (HttpGet); //determine if the return status is if(Response.getstatusline (). Getstatuscode () = = 200) {resultstring=entityutils.tostring (Response.
Win7 Configuration IIS 7.5 occurs: An HTTP error 403.14-forbidden error is resolved as follows:
1, open IIS Manager, the following figure:
2, in the function view, double-click Directory Browsing, the following figure:
Note: 1, 22 steps to solve the directory can not browse the problem.
3, on the Directory bro
Open http://localhost:1609 Error:HTTP Error 403.14-forbiddenThe WEB server is configured not to list the contents of this directorySolution One: Set default home PageIn the Web . config file, add the content between the red fonts -- --Encounter HTTP error 403.14-forbidden
Forget who said the "wisdom", do beef brisket release system, not afraid of mistakes, afraid out with the cow teacher not the same mistake!!All sorts of mistakes have just been made, but the more mistakes you make, the more you reap. Take every difficulty as an opportunity to grow. Not much to say, directly. just started beef brisket publishing System, because IIS (Internet Information service--Internet Information Service) is not configured, the above problems occur, the solution is as follows
Workaround:1, as prompted, add the following configuration in Web. config:"1.0"encoding="Utf-8"?>For more information about how to configure an ASP. NET application, go to http://go.microsoft.com/fwlink/?linkid=169433-->"true"targetframework="4.5"/> "4.5"/> Enable directory browsing in 2,iis: Dashboards-Administrative Tools-Internet Information Services (IIS) Manager-Directory browsing select enabled,Error
Runtime Environment: Development Environment: 64bit, visualstudio2008 with SP1, arcengine10.0, netframework4.0, iis7, and C # development languages for Windows 7 flagship edition. Problem description: When debugging and running the arcengine service application, an error "HTTP Error 403.14-forbidden, the web server is
1. Check that the HTTP redirection feature and the static Content compression feature (installed in Add/Remove Programs or add roles) are installed on the server. This is the problem I have encountered;2. Application pool to be configured as "integrated"3. Install. NET 4.0 on IIS by:CD \windows\microsoft. net\framework\v4.xxx.xxx or CD \windows\microsoft. net\framework64\v4.xxx.xxxAspnet_regiis-i is also useful for aspnet_regiis-ir.4. Make sure that y
Add If not, please check the "handler mapping", if there is "extensionlessurlhandler-integrated-4.0", if not, please register. net4.0.Input in operation:C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe-iIIS7.5 Publishing MVC encounters HTTP Error 403.14-forbidden workaround
validateintegratedmodeconfiguration="false"/>Add If not, please check the "handler mapping", if there is "extensionlessurlhandler-integrated-4.0", if not, please register. net4.0Input in operation:C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe-i403.14-forbidden workaround for publishing an HTTP error encountered by MVC
1. This error occurs, the general Web server is Apache2. Locate: Apache config file, open the httpd.conf file and make the following changes:First place: FindOptions FollowSymLinksAllowOverride NoneOrder Deny,allowDeny from allSatisfy AllModified intoOptions FollowSymLinksAllowOverride AllOrder Deny,allow# Deny from allAllow from all#允许所有访问Satisfy AllSecond place: find:# onlineoffline Tag-don ' t removeOrder Deny,allowDeny from allAllow from 127.0.0.1
Today put a. NET Web site deployment to IIS on the opening of the page when the error occurred, just beginning to think that the default page is not configured, but directly open the fixed page address is not.So the suspicion is. NET version of the problem, but looked at the program's target framework is 4.0 Yes, and IIS is also 4.0, first of all to exclude the problem (here is the pit).And then began to search for Baidu, but are some such as: No conf
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.