I have a web application where forms authentication is used. The user names are the same that the ones used by the users in their computers, so they want the web app to be able to detect that user nam
I am developing an MVC 3 project and want to add a user to a role when they are registered, using Forms Authentication. So I\'d like to create some check boxes, or a drop down list showing the roles,
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I have this section in the Web.config for my MVC3 application: <authentication mode=\"Forms\"> <forms loginUrl=\"~/Account/LogOn\" timeout=\"20\" slidingExpiration=\"true\"/>
I implemented custom authentication/authorization based on this tutorial http://www.mattwrock.com/post/2009/10/14/Implementing-custom-Membership-Provider-and-Role-Provider-for-Authinticating-ASPNET-MV
I have an ASP.NET application hosting a few WCF services, using ASP.NET Membership for security.I\'ve exposed the System.Web.ApplicationServices.AuthenticationService through an SVC file (Authenticati
I am making an ASP.Net MVC3 application. I use for now the built in Authentication code that comes with a Visual Studio 2010 project. The problem is dat I need to retri开发者_JAVA技巧eve the logged in
I\'m using the asp.net forms authentication and i need to be able to reset the password for a user. This is the code:
I have a asp.net MVC 2 website. I would like to call a web page (http://localhost/main/SendEmail) with a C# Console Application.
I\'m trying to setup a simple HttpModule to handle authentication between my single sign on server. I\'ve included code for the module below. The module is hitting my SSO and properly authenticating;