Best way to deploy an ASP.NET MVC app on IIS 7 / Server 2008?

前端 未结 3 952
被撕碎了的回忆
被撕碎了的回忆 2021-02-10 14:10

So far, the only successful strategy I\'ve been able to get by with is the following:

  1. Configure YOURAPP.Web to \"Use Local IIS Web Server\" and set \"Project Url\"
3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-10 14:26

    IIS7 is designed to take all requests and push off the static file stuff efficently. I wouldn't worry about it in the same way one worries about wildcard mappings on IIS6. There is no "load ASP.NET pipeline" penalty because IIS7 is a mean honking ASP.NET pipeline all the time.

提交回复
热议问题