asp.net mvc - How to make MVC3 application authenticate both Windows and Forms -


i developing mvc3 application customer service team. using default login , registration controls in application. have use both form authentication , windows authentication. customers come online insert comments, form authentication them. customer service staff, system has use windows authentication login them (if they have logged windows account website should recognize login details , authenticate them.) how can make mvc3 application authenticate both windows authentication staff , forms authentication others? thanks

i think must create own authentication on top of formsauthentication . check maybe helpful

http://www.khalidabuhakmeh.com/asp-net-mvc-5-authentication-breakdown-part-deux


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -