Page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server

Problem: When I installed my new computer I had problems running .NET framework 4.0 website on IIS7.0. the error I got is like: HTTP Error 404.2 - Not FoundĀ  The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server.   Solution: 1. Go to IIS manager and click on the Server name. 2. Then click on the "ISAPI and CGI Restrictions" icon under the IIS header. Change ASP.NET 4.0 from "Not Allowed" to "Allowed".   Still not fixed - Things you can also try:
  • Install the feature that handles this request. For example, if you get this error for an .ASPX page, you may have to install ASP.NET via IIS setup.
  • Verify that the Web service extension requested is enabled on the server.
    1. Open the IIS Manager and navigate to the server level.
    2. In the Features view, double-click ISAPI and CGI Restrictions to verify that the Web service extension is set to Allowed.
    3. If the extension is not in the list, click Add in the Actions pane.
    4. In the Add ISAPI and CGI Restrictions dialog box, type the path of the .dll or .exe file in the ISAPI or CGI Path box, or click Browse to navigate to the location of the file.
    5. In the Description box, type a brief description of the restriction.
    6. (Optional) Check "Allow extension path to execute" to allow the restriction to run automatically. If you do not check this option, the restriction status is Not Allowed, which is the default. You can allow the restriction later by selecting it and clicking Allow on the Actions pane.
    7. Click OK.
    NOTE: Make sure that this Web service extension or CGI is needed for your Web server before adding it to the list.
  • Verify that the location of the extension is correct.
  • Verify that the URL for the extension is spelled correctly both in the browser and the Web server.