WEBAPI Publishing IIS Error issues

Source: Internet
Author: User

1. See if there are any registrations in the handler mappings in IIS: extensionlessurlhandler-integrated-4.0

If not, you need to register in "run":aspnet_regiis.exe

2. Add <modules runallmanagedmodulesforallrequests= "true" in the configuration file/>

<system.webServer>
<validationvalidateintegratedmodeconfiguration= "false"/>
<modules runallmanagedmodulesforallrequests= "true"/>

</system.webServer>

Add <modules runallmanagedmodulesforallrequests= "true" in Web. config/>

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-i

3.IIS application pool Integration mode, which identifies the user with the highest privileges to add in:

Configuration Issues for IIS 7

WEBAPI Publishing IIS Error issues

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.