I can find plenty of examples that show how to configure a URL to use the authc filter, but I cannot find any examples of a simple login page that would be appropriate.I am using Spring integration to
Im thinking of getting usernames of my site using this in my view(Razor syntax): @MySite.Helpers.Utils.UserName
Up until now I\'ve been using an MVC Area for the administration part of my mvc applications, but recently I\'ve been rethinking this due to the fact that you can\'t have more than one configuration f
I\'m implementing an authentication timeout detection mechanism per a previous question and answer of mine here. I\'ve implemented an HTTP module that uses the AuthenticateRequest event to run code to
I am using the simple authentication thing.,,.. Using this in config file.... <authentication mode=\"Forms\">
I\'ve just finished implementing a modal dialog login popup for my ASP.NET website.The experience is similar to what you get with DIGG.com.When you log in, you get a fancy popup modal dialog (provided
We have a website set up that uses 2 differrent databases.They way it is set up now is that when you go to www.website.com and login, once authenticated you will have a cookie that is set to website1C
I have an asp.net 4.0 application that is using forms authentication set to a timeout at 45 minutes. I would like to redirect the user to a timeout page when the session has expired. Can anyone tell m
In my application I use form authentication. My Authenticaton code is below: public static void Authenticate(bool redirectToPage, ISecurityUser user, params string[] roles)
I have an ASP.NET application. As well as local users accessing the application directly, I want to expose it to external users through a reverse proxy (which is running on a different machine in the