1
vote
2answers
104 views
How can you access RouteData from the code-behind?
When using ASP.Net routing, how can you get the RouteData from the code-behind?
I know you can get it from the GetHttpHander method of the RouteHandler (you get handed the RequestContext), …
0
votes
1answer
94 views
Why doesn’t URL routing work in Visual Studio?
Does anyone else have problems with running URL routing projects in Visual Studio?
The Visual Studio Web server doesn't seem to want to play nice with URL routing. It doesn't invoke the en …
