I have been going through http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx but so far I have not been able to configure my website. These are the steps I have done:

  1. Downloaded and installed .net 4.0
  2. I have built and published my website to inetpub/root on windows server2003
  3. I have used IIS to do the cofiguration as per haacked. It seems that despite setting the asp.net 4.0(please see image) in the webservice extensions
link|improve this question

68% accept rate
feedback

2 Answers

did you install MVC on the server? So that it has the MVC DLLs

MVC install

link|improve this answer
feedback

You should change the path to aspnet_isapi.dll to the one from .NET 4:

C:\Windows\Microsoft.NET\Framework\v4.0.21006\aspnet_isapi.dll

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.