ASP.NET MVC Authorize Attribute to launch a modal?
I am working on a site that makes use of jquery modal dialogs to do various things like logging in and such. However; we have one slight issue with the use of these.. which is we are using the [Authorize] attribute on a lot of our action methods and so what is happening is if the user is not logged in and hits a route that they need to ...