ASP.NET MVC Error Handling

When working with the latest MVC release (Preview 2) I was having trouble working with the Application_Error event in global.asax. While this does work if you want to redirect to an html file, if you want to redirect to an aspx file you need to use the »

ASP.NET MVC Custom Routing Logic

I’ve been working with the new ASP.NET MVC framework since the first CTP back in December. I love it and it keeps getting better. The application I’m working on uses custom Session management and so I have to manage the SessionId in the url myself. So »