I am using recaptacha in my application and when i am testing it with IIS then it gives me error "operation time out" on recaptcha.validate method however it's work very fine with local port , what should be the reason of that and what should be solution?
Bigb is right, recaptcha do requires port 80 to communicate with google servers.
Checkout below threads
You need to add proxy server setting for recaptcha in your web.config
file
Example Taken from here
<system.net>
<defaultProxy>
<proxy usesystemdefault = "false" bypassonlocal="false"
proxyaddress="http://ntproxyus.lxa.perfora.net:3128" />
</defaultProxy>
</system.net>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With