Hello, I added your captcha to my project. It works perfect on localhost. But it' not working on server (iis). Following code always return false; !_captcha.Validate(captchaedModel.CaptchaCode, context.HttpContext.Session) How can I fix this? Best
Hello,
I added your captcha to my project. It works perfect on localhost.
But it' not working on server (iis).
Following code always return false;
!_captcha.Validate(captchaedModel.CaptchaCode, context.HttpContext.Session)
How can I fix this?
Best