HttpContext.Current.User.Identity.Name 可以获取域名和帐号 ,但是发现一个问题
用VS2008 labtext1.text=HttpContext.Current.User.Identity.Name 可以直接得到用户名
用vs2012 不起作用。
web.config 中也加了<authentication mode="Windows"/>
用Win32 API GetUserName