forms-authentication
Get the computer user name in a web application
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[详细]
2023-04-01 13:42 分类:问答Add User Roles on Registration (Forms Authentication) MVC3
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,[详细]
2023-04-01 07:48 分类:问答How to initialize information on authorization [closed]
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[详细]
2023-04-01 06:05 分类:问答Automatic redirection of FormsAuthentication to other URL than specified in the Web.Config?
I have this section in the Web.config for my MVC3 application: <authentication mode=\"Forms\"> <forms loginUrl=\"~/Account/LogOn\" timeout=\"20\" slidingExpiration=\"true\"/>[详细]
2023-03-31 20:02 分类:问答I implemented custom authentication but how to get UserID through application
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[详细]
2023-03-31 12:16 分类:问答WCF Authentication Service - How to generate client using Apache Axis?
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[详细]
2023-03-31 10:06 分类:问答How to tap into the automatic repeated login?
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[详细]
2023-03-31 03:25 分类:问答how to set web.config and use the ASP.NET ResetPassword() method
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:[详细]
2023-03-31 03:10 分类:问答Calling Web Service from a C# Console application. The website is secure with form Authentication
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.[详细]
2023-03-30 23:43 分类:问答HttpModule is breaking PostBack events
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;[详细]
2023-03-30 16:14 分类:问答