same, after you configure the IIS, you can still use Request.ServerVariables["LOGON_USER"] or HttpContext.Current.User.Identity.Name or Page.User.Identity.Name, seehttp://www.dotnetjunkies.com/quickstart/aspplus/doc/windowsauth.aspx<configuration>
  <system.web>
    <authentication mode="Windows" />
  </system.web>
</configuration>