I am working on an ASP.Net MVC 3 application and I am having a User table that stores usernames and their passwords. I have created an additional ADUsername (stores Active Direc
if you're using a mixed authentication why don't you get AD User via context?
context.Request.ServerVariables["LOGON_USER"]