Re: Network Username
Tech-Archive recommends: Fix windows errors by optimizing your registry
HttpContext.Current.User.Identity.Name, or just User.Identity.Name in the
context of a page. This assumes you're using Windows authentication in your
ASP.NET app.
-Brock
DevelopMentor
http://staff.develop.com/ballen
Is there a simple command I can use to retrieve the username of the
user currently logged onto a client PC, viewing my ASP.NET page?
I really want the ASP.NET equivalent of SystemInformation.UserName
.
Relevant Pages
- Strange bug with Windows Authentication
... I have an ASP.NET application which is set to use Windows authentication - ... the problem was only occuring the first time I accessed the app. ... rebuild, but I think it is happening either after a rebuild or after a reboot ... of the client or server. ... (microsoft.public.dotnet.security) - Re: implementing roles in OOP......
... > announcement but the Y method name makes no sense in that context. ... > priori knowledge of the structure there is no way for the client to know ... I can imagine an interface that would allow adding Composites ... The example given is exactly the sort of thing that does happen, ... (comp.object) - Re: MERGE as the imperative form of aggregation
... Assume the below executes on a client machine, ... and the relvar T is on a distinct server machine. ... Introducing context sensitivities into expression evaluation rules ... ambiguity in view updates. ... (comp.databases.theory) - Re: Pure client-side javscript database?
... the individual asking the question in their single context. ... in the current browser instance and a respondent assumes the question ... >>> that the client may download an application from a server ... >>> server, but the APPLICATION may or may not be. ... (comp.lang.javascript) - Re: Are ASP.NET user interfaces essentially dead now?
... interactive interface work -- they are fundamentally not suited to get the ... (or whatever client you choose). ... based app interface, or I can spend 2 months for the same windowsforms based ... (microsoft.public.dotnet.framework.aspnet) |
|