View Single Post
Old 07-16-2008, 02:57 PM   #17 (permalink)
jkarp
Registered User
 
Join Date: Jul 2008
Posts: 1
OS: WinXP SP2


Re: Choose a digital certificate popup

The problem is most likely exactly what was discussed in the article above regarding the OPTIONS verb. I have figured out a workaround in IIS:

In IIS, the problem lies with UrlScan. You can explicity allow or deny verbs & headers within urlscan.ini

1) Remove or comment out the "OPTIONS" verb in [DenyVerbs] and add it to [AllowVerbs].
2) Remove or comment out the "Translate:" header in [DenyHeaders]
3) Restart IIS.

I hope this helps!

Justin
---
www.karpilodigital.com
jkarp is offline