I'm working on an ASP project, and probably will be for a very long time. Which is fine with me because I've fallen in love with MVC, it completely eliminates -most- things I hate about web dev. That said, I has a problem..
So, I right clicked a new index and set it as the start page and now it sends me to..
http://localhost:9240/Views/Home/Index.cshtml
But the URL that works is http://localhost:9240/Home/Index
So when I start the project it 404's
