vote up 1 vote down star

hi, i have a mixed app (asp.net webforms, later mvc added) and it runs in iis 7 on vista but does not run on cassini on the same box and with the exact same files in the webroot. actually, webforms work as expected but all mvc routes are 404. what can i do to diagnose this issue?

flag

2 Answers

vote up 0 vote down

What is your project structure?

I remember having a solution that consisted of several different web forms applications - when I ran the solution in Cassini each application opened in a different port. Is it maybe so that when you test on Cassini, you click a url from the web forms app that is browsed on one port, and the MVC app can't be found because it's running on a different port?

link|flag
vote up 1 vote down

Try using the Phil's Haack Routing Debugger first. You can find it there: http://haacked.com/archive/2008/03/13/url-routing-debugger.aspx

link|flag

Your Answer

Get an OpenID
or

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