I\'m working with an SSL application and am wanting to control which folders ignore, require or accept client certifications.
The end goal is to have a sub-folder of
The way I got this to work the same way as in IIS (Display certificate dialog in Browser, and if not selected return 403.7) is by using this sequence in this order in web.config: Ssl,SslNegotiateCert,SslRequireCert.
So, section looks like this: