Our minor departmental ASP.NET app works great in DEV on a web server without SSL. It relies on getting the User's Windows identity from HttpContext.Current.User.Identity.Name<BR><BR>When we move the ...
IIS6 always runs as network service. If you want IIS to run as LocalSystem like in IIS5 you have to change IIS to run in IIS5 Compatibility Mode. If you need to authenticate as someone else, you can ...