Science, asked by shumanpaul7210, 1 year ago

How to implement Windows authentication for MVC?

Answers

Answered by AgarwalSahb
0

Windows Authentication in MVC4 With IIS Express Create an MVC Web Application, preferably using an Internet Application template or Intranet Application template. Open the Web.config file and make the following modifications: ... By default MVC apps use Form Authentication and Simple Membership, so you need to make it "false" to run Windows Authentication.

Similar questions