Phil Haack
Phil Haack
Cool! And that sticks around if you then edit the routes in `Config/Routes.cs`? p.s. The reason the formatting was off was you didn't indent the first line four spaces. I...
Did you confirm that there is no `Default.aspx` on disk?
My guess is that another route is matching the request first so you're not running into the redirect route. In the default MVC project, the default route matches everything. So...
Oh yeah! Care to send a pull request that fixes it?
@filipw, the `#load "globals.csx"` approach that @germanftorres does is a nice workaround for the lack of a Globals Type support. It's not perfect, but since *I* can create an instance...
@filipw thanks! I'll log an issue.
Note he's referring to the All Users profile and not Program _Files_. Can you install to that without UAC? Good question. Probably not as it would mean one user could...
Thanks for the report!
@forki I took it out because it was failing. Try doing a straight up build and you'll see the unit test project fails to build. But if you build from...
Thanks for that investigative work @pmacn! Want to send a PR for that?