asp.net mvc - Going live with a MVC site -


I have just moved my site to my server which is Windows 2003 SP2, SKL 2005.

I have an MVC site running on my server (although I have closed it) this works fine but my new site does not work properly

For some reason routing fails to work on my server. I can hit the homepage properly by using the domain, but clicking on any link (or typing it) results was not found in only one page! Page

"The page could not be found, the page you are looking for was deleted, its name was changed, or is temporarily unavailable."

MVC does not play so well with the IIS 6 outside the box. Have you either configured a handler for .mvc or wildcard handlers?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -