ASP.net MVC Routing problem
Posted
by Ready Cent
on Stack Overflow
See other posts from Stack Overflow
or by Ready Cent
Published on 2010-03-14T13:00:03Z
Indexed on
2010/03/14
13:05 UTC
Read the original article
Hit count: 531
I have deployed my ASP.net MVC site to a shared hosting company. The problem is that now none of the pages except for the home page work. For example if I go to /Account/Register I get a page not found. However, if I go to /Account/Register/Index.aspx then it does work. I have tried modifying the routing to add in that index.aspx but everything I have tried fails.
© Stack Overflow or respective owner