Consider an ASP.NET MVC 2 project with VS 2010. The goal is to set the "start URL" when starting / debugging using the Cassini VS embedded web server.
Entering the URL that I want to download in the typical and valid controller/action format, VS 2010 provides this exception.

Tried remedies:
- running url with and without slash
- URL completion with and without slash
Question:. How can you specify a start URL for an MVC 2 project?
Technologies:
- Visual studio 2010
- ASP.NET MVC 2
Resolution: I used the wrong field in the launch options. You had to specify the " Specific page " field with a relative URL, not a launch URL.
visual-studio asp.net-mvc visual-studio-2010 cassini
p.campbell Dec 30 '09 at 19:50 2009-12-30 19:50
source share