views:

21

answers:

0

Has anyone got experience using the cassini web server to host their asp.net mvc application for testing?

Borrowing some code from Testing ASP.NET Web Applicatins (Ben Hall,Jeff McWerther) I thought I had it working. However, mvc routing is totally ignored.

This means I can request static files - asp.net web forms pages. But I cannot request Home/Index - i just get a 404.

Please let me know if you have even the slightest suggestion.