VS2008 publish asp.net mvc application on the same pc
"Publish succeed" appears in the status bar... I execute IE8 , the home page is ok. but the links to other views gives "Erreur HTTP 404.0 - Not Found". The controler redirection do not work. Under VS2008 IDE the "build and run" works fine. Some basic things omited?... Tha开发者_如何学Gonk you for your help.
What version of IIS do you have? Try this link: http://www.asp.net/LEARN/mvc/tutorial-08-cs.aspx
Root page has Default.aspx but everything else usually needs routing/mapping on IIS to be setup properly.
精彩评论