0

I am developing an MVC application that offers user two options for authentication: 1- Windows Authentication 2- Custom Authentication

Based on user selection:

1- If Windows, the username and password will be dimmed, application will use windows authentication.

2- If custom, user enters username and password to get authenticated.

Does this model work in ASP.NET MVC?

Thanks

Bill
  • 2,026
  • 9
  • 55
  • 99
  • U can refer this link http://stackoverflow.com/questions/2539038/iis7-mixed-mode-authentication – Anish Mar 19 '13 at 11:31

1 Answers1

1

All the solutions I've heard of involve either two applications or two different pages for authentication types. There is some discussion here about it: ASP.NET MVC and mixed mode authentication

Community
  • 1
  • 1
jlew
  • 10,491
  • 1
  • 35
  • 58