Intranet Application : Getting User Logon

liunx

Guest
I know that due to security reasons asp.net cannot retrieve information from the client. But what if the web application is only within the organization or domain only, would it be possible to get the User Name that was used to logon in the computer accessing the web app?

My boss doesn't want any login page or authentication on the intranet application, he want me to use the login information used in logging in the computer. Is this feasible?

Thanks,
Enzoyou want to use windows authentication for your web site.

Here is a small example
<!-- m --><a class="postlink" href="http://quickstart.developerfusion.co.uk/QuickStart/aspnet/doc/security/windowsauth.aspx">http://quickstart.developerfusion.co.uk ... sauth.aspx</a><!-- m -->

Just do a google search on (.net 2.0 windows authentication) and youll get tons of hits, some more useful than others.Thanks for the quick reply. I'll try this later if this is what I'm lookin for.

Thanks,
Enzo
 
Back
Top