Tutorial on deploying Webapi in Windows server2008r2

Source: Internet
Author: User
There has been a deployment of asp.net mvc or WEBAPI programs in Win8 or Windows server2012, and no problems have been identified. Today in win2008 asp.net webapi deployment, the page displays 404 errors when accessing the API. The following steps will resolve the ASP.net webapi deployment issue in win2008.
Add Mappings
In IIS, select the WEBAPI site you want to set up, double-click Handler mappings, as shown in the following figure:
To add a request map to the WEBAPI in the pop-up box:
Request Path : API/*
executable :%windir%\microsoft.net\framework64\v4.0.30319\aspnet_isapi.dll, note the difference between 32-bit and 64-bit paths.
name : Webapi, custom name
To modify the pipe mode of an application pool
Change the piping mode of the WEBAPI application pool to 经典
update dll
Map After adding, visit the site, will not report 404 errors, but will report some DLL file failed to load, a total of 4, the name is as follows:
  • System.Web.WebPages.Deployment.dll
  • MICR Osoft. Web.Infrastructure.dll
  • System.Web.WebPages.Razor.dll
  • System.Web.WebPages.dll
Copy the above four DLL files to the WEBAPI site to the bin directory, resolving the problem

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.