Error message when you try to visit a Web page that is hosted on a computer that is running IIS 7.0: "HTTP Error 404.2 – Not Found"
December 17, 2010 Leave a Comment
To resolve this issue, configure the restriction on the ISAPI and CGI Restrictions page to allow the requested ISAPI resource or the requested CGI resource. To do this, follow these steps:
- Click Start, type Inetmgr in the Start Search box, and then click Inetmgr in the Programs list.
If you are prompted for an administrator password or for confirmation, type the password, or click Continue. - Locate the level that you want to configure.
- In Features view, double-click ISAPI and CGI Restrictions.
- Right-click the restriction that restricts the requested ISAPI resource or the requested CGI resource, and then click Allow.
Source: http://support.microsoft.com/kb/942040
Advertisement