asp.net-authentication
ASP.net Windows authentication compared to Forms authentication using ActiveDirectoryMembershipProvider
I was wondering if someone could explain the difference between forms authentication using the ActiveDirectoryMembershipProvider, and Windows authentication.When would one be used over the other and w[详细]
2023-04-04 20:55 分类:问答ASP.Net Authentication if ReturnURL null UserData comes empty
Hi there is a problem in my login page. The scenario is, For example i go to www.mydomain.com/admin/ its redirecting me to the login page with ReturnURL parameter like this. www.mydomain.com/login.asp[详细]
2023-03-06 05:01 分类:问答Custom Login ASP.NET C#
I\'m currently making a custom login in ASP.NET. I\'ve modified the code of the Login Control to use my database instead of the Aspnet table. Here\'s a sample of my code;[详细]
2023-03-01 00:35 分类:问答Asp.net MVC Authentication how does the Authentication work
May be my question is crazy. 1) ASP.net MVC is stateless, so there is no session involved in here. How does the authentication module work 开发者_高级运维and do you have any articles which you can p[详细]
2023-02-15 19:52 分类:问答Session, FormsAuthenticationTicket, store data about the user?
I\'m building a web application that needs to be able to scale. We want to store a connection string, an object that says what organization the user is working on right now and the identity of the us[详细]
2023-02-08 08:46 分类:问答Custom ASP.NET Forms Authentication Service with WCF
I am trying to create a custom ASP.NET Forms Authentication Service using WCF. I am calling it via a test page that contains only a single line of JS (except for the ScriptManager scripts). The proble[详细]
2023-01-18 12:40 分类:问答How to best handle permissions (not roles) in asp.net membership, specifically in ASP.NET MVC
There are plenty of questions (and information) on setting up asp.net membership, role providers and the lik开发者_运维技巧e. Whether or not you should use the built in platform provided by microsoft,[详细]
2023-01-08 18:19 分类:问答How do you get asp.net anonymous authentication token for profile support?
So I have an asp.net Web Application (Not Web Site) that I am trying to support profiles for anonymous users.I have a form and I want anonymous users to be able to enter their name and email only once[详细]
2023-01-03 15:06 分类:问答Programmatically obtain the Android API level of a device?
How can I find out which API level my device is using? The firmware version is 1.6.Does开发者_JAVA技巧 that mean it uses API Level 4?You can obtain API level programatically by the system constant ([详细]
2022-12-29 07:58 分类:问答ASP.Net Authentication with MVC2--how to integrate with DB?
I\'m trying to understand the authentication section of the sample project that opens in a new MVC2 project in VS2010.It essentially lets you register, login, etc.I looked through the code that imple开[详细]
2022-12-27 13:04 分类:问答