Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图按照此链接上的布拉德亚当斯教程在 Silverlight 中进行身份验证
点击这里布拉德亚当斯教程
无论如何,我需要将登录的用户名写入我的数据库以进行审计跟踪,我该怎么做?
可以通过HttpContext获取用户名
System.Web.HttpContext.Current.User.Identity.Name