I've got glimpse.
it's highlighting an empty line on the routes tab
Match Area Url Data constraints DataTokens
True Root -- --
Locally it seems cassini doesn't properly emulate a virtual directory so changing from localhost
to localhost/site
doesn't seem to grant any additional testing insight.
- Local testing
- cassini (windows 7 (32 and 64 bit are available))
- doesn't seem to use or allow integrated
- deploy environments
- IIS7 Integrated
- Tried a http routing setting to push
/
to/site
however I ran into trailing slash issues (/site
would route to/site/site
, while/site/
would work as expected
- web.config
- tried a few ways of setting
runAllManagedModules=false
with various errors - using
<remove name="UrlRoutingModule-4.0" /> <add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition="" />
that was linked
- tried a few ways of setting
- tried
I need /site
(/~
) requests to go to ~/Default.aspx
would love for a way to have /
go there as well.
How do I do it?