|
3 |
Normalize "bug" to "bugs"
|
||
|
2 |
edited title
|
||
ASP.NET Routing - Do Custom Routes COMPLETELY SKIP Everything in the Global.asax??Global.asax? |
||||
|
1 |
|
||
ASP.NET Routing - Do Custom Routes COMPLETELY SKIP Everything in the Global.asax???I have a simple ASP.NET 3.5 SP1 Web Forms app... I've added the System.Web.Routing DLL, and I've made a simple route that returns a standard ASP.NET Page as the "IHttpHandler". All is good... except that HttpContext.Current.User is null ??? So, I did a little more digging (I put breakpoints in all the events in the Global.asax file). Normally, these breakpoints get hit (when I navigate to a standard ".aspx" page):
But, when using ASP.NET Routing... none of those events are firing. Am I missing something?
|
||||
