Does ASP.NET MVC install a server reboot?
I created quite a few ASP.NET MVC sites on production servers at one time, but today I am deploying a server without MVC installed for the first time.
So, I installed the latest version of MVC, restarted IIS, and went through the usual hoops to set up the MVC website on IIS6 (aspnet_isapi.dll, install the correct version of .NET, etc.).
However, the site behaves exactly the same as on a website other than MVC. The root URL is explicitly mapped to default.aspx, but any controller / action URL all results in 404.
I had two colleagues who checked the site configuration, both made thumbs.
I will not restart the server without a good reason. Do any of you know if I need a reboot after installing ASP.NET MVC?
source
share