- Identity.Name="" when Identity.IsAuthenticated = true !?
I dont understand what is going on I must be missing something. Once ia a while the identityName returns "" even if User.Identity.IsAuthenticated return true. Why is the identityName getting lost and what can I do in order to avoid this?Thanks<code> Case "Add" 'Make...
- Identity.IsAuthenticated always false ?
Hello, I already posted about Unit tests some posts agobut I'm still having a problem and I can't figure out any clues...I got this DLL that contains all the logic for a web application.Two web-applications will use it (for a start), one with Windows Authenticationand one with anonymous...
- Identity, Principal vs Membership providers
What is the difference between SiteIdentity, SitePrincipal vs membership providers? Which one should I prefer for my asp.net 2.0 application.1. Do I use my own custom membership provider2. Do I use my custom siteidentity and principal and create a pagebase class with all the other aspx pages inh...
- Identity Problem
Hi all,Iam having a problem with User.Identity.Name in my C# application.First Iam reading username in to a string, and then using that to pull the record from SQL database. When I do Response.Write, its just blank. I am using windows authentication. I also checked web.config to make sure that,&...
- identity privileges
I'm having a problem running some code which works fine on my local machine but not on my shared web hosting.Hopefully someone can offer a suggestion or solution!I am using role base security in my application so when a user is successfully authenticatedIPrinciple and IIdentity implementati...
- Identity impersonation and SP4 For Windows 2000
Hi, I've developped an application using asp.net which uses users' authentication through Active Directory. When I deploy the application on a server using Windows 2000 (Sp3) with Active Directory , it works, but after installing SP4, I get the message below (in the authenticating page...