Get username in Win/anon web
ASP.NET 2.0
We have a web site we are building and would like to get the username from
our IIS6 web site using anonymous and Windows security. When a user is
already logged in I would like to read their username if already logged into
the network (intranet) and then if not, prompt with login page. If I just
use windows integrated, I can get it with .Net below:
strUser = LoginName1.Page.User.Identity.Name
Is there anyway to get this in anon/windows combo? Thanks.
David
.
Relevant Pages
- Re: Get username in Win/anon web
... Dominick Baier - DevelopMentor ... We have a web site we are building and would like to get the username ... from our IIS6 web site using anonymous and Windows security. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: user.identity.name returns old AD user name
... Joe Kaplan-MS MVP Directory Services Programming ... Rebooting did fix the issue on a test server. ... We have some kiosks that access a different web site on the same ... LSA on the web server has cached the username for this particular user's ... (microsoft.public.dotnet.framework.aspnet.security) - Re: user.identity.name returns old AD user name
... "Joe Kaplan" wrote: ... Rebooting did fix the issue on a test server. ... We have some kiosks that access a different web site on the same ... LSA on the web server has cached the username for this particular user's ... (microsoft.public.dotnet.framework.aspnet.security) - Re: user.identity.name returns old AD user name
... Rebooting did fix the issue on a test server. ... We have some kiosks that access a different web site on the same ... server which sometimes have problems when we reboot this production server. ... LSA on the web server has cached the username for this particular user's SID ... (microsoft.public.dotnet.framework.aspnet.security) - Re: security between serving files from a fileshare
... Microsoft MVP - Windows Security ... Any other ideas, as I can browse to the file in iis manager, yet I ... When entering username ... (microsoft.public.inetserver.iis.security) |
|