Friday, December 23, 2011

Solve the Problem of HTTP Error 403 Forbidden

HTTP Error 403 Forbidden
When you visit a Web site if you receive a following error message 403 :
Server Error in Application "<application name>"
--------------------------------------------------------------------------------
HTTP Error 403.1 - Forbidden
HRESULT: 0x80070005
Description of HRESULT: You have attempted to run a CGI, ISAPI or other executable program from a directory that does not allow executables to run.

The cause is that execute access forbidden. The appropriate level of the Execute permission is not granted.For example, this problem occurs if you try to request an ASP page from a directory that does not have the scripts handler permission enabled.And the CGI application is also.
To solve this problem,you should:
1.Click WIN+R to open the run window,type INETMGR and click enter.
2.In IIS Manager, locate the level that you want to manage.
3.In Features view, double-click Handler Mappings.
4.In the Action pane, click Edit Handler Permissions.
5.If you use ASP,click to select Script, and then click OK.
If you use CGI,click to select Execute, and then click OK.
» This address is http://www.computerites.com/internet-skills/2011/12/solve-the-problem-of-http-error-403-forbidden-239.html
 

No comments:

Post a Comment