The CAPTCHA I'm using works fine on my local machine. However, when I import it to my web server with IIS8.5, it fails to show the image.
I'm using the basic process shown in: http://www.codeproject.com/Articles/169371/Captcha-Image-using-C-in-ASP-NET
Essentially, I'm using the asp:Image control which links to the CImage.aspx page. On page load, the CImage.aspx page generates a CAPTCHA jpg. I've found online that I likely need to do something with the IIS Handler Mappings but I really can't make heads or tails of it. Any advice would be greatly appreciated. Thanks!