Search

You searched for the word(s): userid:775264

Matching Posts

  • Re: Security in asp.net MVC application

    We allow security permission settings to throw exceptions all the time, and then catch them in our base page and define how to handle a security permission error there (which for a non-logged in user is to re-direct them to the login page). This has the advantage of logging the access attempt as well as cleaning up your code. In MVC the idea of having a base controller that you extend makes perfect sense to me. That way you get to write your security handling code once, whilst each individual controller
    Posted to ASP.NET MVC (Forum) by Angus McDonald on 12/10/2007
Page 1 of 1 (1 items)