3

In IIS, for ASP.NET apps it's possible to request client certificiates for folders inside app? Is the same possible for controllers in MVC application?

Marko
  • 341
  • 1
  • 3
  • 9

1 Answers1

1

Actually, it's not hard. I have created a folder with the same name as the controller, and changed SSL settings there. It worked :)

Marko
  • 341
  • 1
  • 3
  • 9