MS Captcha timeout duration in registration form in ASP.Net
问题 I am currently using MS Captcha in a registration form. It works perfectly if the form is submitted within a minute. But sometimes, after filling in the form the user then searches for documents to upload, and when they finally submit the form, they get server error as below: [NullReferenceException: Object reference not set to an instance of an object.] MSCaptcha.CaptchaControl.ValidateCaptcha(String userEntry) +438 On submit button click, I call the ValidateCaptcha as below: Captcha1