I have a web farm. I have setup my config and captcha to use session instead of cache. It appears to work about 95% of the time, but every so often we get a grey box displayed. Here are all my settings, etc.
Web.config
ASPX
When we receive the grey box, I can view the image and this is the url.
http://devoam.microcenter.com/OAM/Telerik.Web.UI.WebResource.axd?type=rca&isc=false&guid=73ed64b3-129c-4413-87e2-fd30fa20abc4
When I get a good image to show, I look at the url and they look identical except for the guid of course. Like this:
http://devoam.microcenter.com/OAM/Telerik.Web.UI.WebResource.axd?type=rca&isc=false&guid=e10cd1d2-0d3d-4879-a925-11ad40781114
Now to make this a little more odd, when I get a grey image, if I right click on it and say view image, I can actually see the captcha image; not a grey box.
Not sure what's going on with it. Any help would be appreciated.
Thanks,
Tad