ReCaptcha validation using timeout exception

I am using reCaptch in my MVC 3 web application running on localhost.

Everything worked fine a few weeks ago, but suddenly failed.

Suddenly getting this error.

if(!ReCaptcha.Validate(_config.RecaptchaPrivateKey)){ <-- times out here
  //process other fields in the form
}

As soon as I fill out the form and hot submit, I get this error:

Operation completed

Description: An unhandled exception occurred while the current ...

Exception Details: System.Net.WebException: Operation Runtime

Is this a proxy problem? Is this because my localhost site is running on port 3316?

localhost:3316/user/signup

I saw several messages that suggest that reCAPTCHA is expecting port 80, but my application runs on port 3316

What could be the problem?

thanks

+4
1

, -, IWebProxy.

, , - , , .

. :

- web.config?

, .

+1

All Articles