Friday 20 December 2013

MVC Not running on IIS6 on windows 7 - Have you registered asp.net?

Just because you've installed the .NET Framework on your local machine for testing it doesn't necessarily mean that when you deploy your ASP.NET app to your localhost IIS that it will work. You actually need to register asp.net and here's how:

c:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis.exe -i

No comments: