I understand there are 2 ways of excluding pages from forms auth. Either by using another web.config file in the folder that has pages that need to be excluded or开发者_JAVA技巧 by using the location
Im trying to build a custom validation where I check if the role contains a user. And I\'m having problems with string array, what is best way to check if it contains a specific value?
Am trying to design login page for my website and I am looking for methods other than forms authentication. The way in which I am trying is to have a table in the database that stores user information
In ASP.Net, is anyone aware of a way to bypass Forms Authentication if a specific query string parameter is passed in?
I intend to use SSL on the login form so that the username and password is encrypted during user login.
Here\'s the situation - Most of this ASP.NET Web Forms application (which uses a single master page for all pages) with Forms Authentication, has a standard session timeout, but there are some \"modes
This is an odd issue. We have forms auth for a site, and we recently adjusted the forms auth in web.config to include:
Is there an easy way to cache ASP.NET whole page for anonymou开发者_如何学Pythons users only (forms authentication used)?
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. And I am using publishing portal. And I am using a custom Forms authentication solution -- I store user name and passw
In an ASP.NET MVC application when using a custom Dependency Injection container (in this case, Unity), is it possible to intercept a request before GetControllerInstance is called to determine if for