Iis7.5 error HTTP Error 404.0-not found the resource you are looking for has been deleted, renamed, or temporarily unavailable solution ···

Source: Internet
Author: User
ArticleDirectory
    • The resource you are looking for has been deleted, renamed, or temporarily unavailable.
    • 1. Select site-IIS-handler ing-add script ing (corresponding extension)
    •  
    • 2. Select site-IIS-handler ing-add wildcard script ing (corresponding extension)
    • If you select 32-bit support in the application pool, you can configure the 32-bit ISAPI again.
HTTP Error 404.2-not found the page you requested cannot be provided because of the "ISAPI and CGI restrictions" list setting on the Web server. Open IIS, select Basic settings on the right, and apply Program Click next to the pool and change the management mode to classic.

Environment: win7 + iis7.0

Solution: IIS root node-> "ISAPI and CGI restrictions" on the right-> set the prohibited DOTNET version item to allow ~ If you do not have one, you can add it by yourself. The path is shown in:

.

 

HTTP Error 404.0-not found the resource you are looking for has been deleted, renamed, or temporarily unavailable. 1. Select site-IIS-handler ing-add script ing (corresponding extension)

2. Select site-IIS-handler ing-add wildcard script ing (corresponding extension)

If you select 32-bit support in the application pool, you can configure the 32-bit ISAPI again.

 

 

Then you can configure it under <system. webserver> in Web. config.

<Httperrors errormode = "Custom">
<Error statuscode = "404" substatuscode = "0" Path = "index.htm"/>
<Error statuscode = "404" substatuscode = "1" Path = "index.htm"/>
<Error statuscode = "404" substatuscode = "2" Path = "index.htm"/>
<Error statuscode = "404" substatuscode = "3" Path = "index.htm"/>
</Httperrors>

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.