Category Archives: asp.net mvc

ASP.NET MVC3 and 404’s for Area Controllers

So I’m a big fan of ASP.NET MVC, and the general idea of convention over configuration, but I spent a few hours late last night fighting with something, and the Google was no help, so hopefully this helps someone else… … Continue reading

Posted in asp.net mvc | 7 Comments

Debugging ASP.NET MVC3 Apps using oAuth Secured APIs

We have been working on the 2011 of the un-official Esri User Conference BackChannel app, and one thing we added this year is the option to register and sign-in using your Facebook or Twitter credentials. To be more specific, the … Continue reading

Posted in asp.net mvc, C#, Esri, oAuth | Leave a comment

Custom 404 Pages for ASP.NET MVC 3

We are just about to release a new version of our corporate website, and one of the last things I needed to do was handle 404’s gracefully. We did a major overhaul of the information architecture, so there is a … Continue reading

Posted in asp.net mvc, C# | 2 Comments