开发者

Does installing ASP.NET MVC require a server reboot?

开发者 https://www.devze.com 2022-12-14 05:52 出处:网络
Does installing ASP.NET MVC require a server reboot? I\'ve set up quite a few ASP.NET MVC sites on production servers in my time, but today, I\'m deploying to a server without MVC installed for the f

Does installing ASP.NET MVC require a server reboot?

I've set up quite a few ASP.NET MVC sites on production servers in my time, but today, I'm deploying to a server without MVC installed for the first time.

So, I installed the latest MVC release, restarted the IIS and went through the usual hoops to set up a MVC website on IIS6 (aspnet_isapi.dll, setting the correct .NET version, etc).

However, the site behaves exactly like a non-MVC website. The root url clearly maps to default.aspx, but any controller/action urls all result in a 404.

I've had two colleagues check the site configuration, both giving thumbs up.

I won't reboot the server without a very good reason. Does any of you know, whether I need to reboot after installation of AS开发者_开发技巧P.NET MVC?


No it doesn't (at least in Win2k8 x64, Win2k3 x64)

Kindness,

Dan

0

精彩评论

暂无评论...
验证码 换一张
取 消