Reputation: 9153
Couple questions
I get error: The page cannot be found when i am trying to access a page on an mvc website.
I have followed this guide: http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
Steps I have done, so far this relate to : IIS 6 and w2k3
Upvotes: 2
Views: 1126
Reputation: 9153
Thanks to Mike, I have been blind beetle for not seing it
Wildcard application hast to be set to: same file as .mvc configuration
As to the registration, thank you Darin, i will try it today.
Thank you all
Upvotes: 0
Reputation: 1038850
Try registering ASP.NET with IIS:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe -i
Then make sure it is enabled:
If you are using ASP.NET 4.0 make sure you adapt those steps to the corresponding version.
Upvotes: 2