ASP.NET 4.0 C# WebForms
I have route.Ignore("{resource}.axd/{*pathInfo}");
in my global.asax for my ajax to work correctly.
The control is a "MSCaptcha".
It shows the path in sourcefile http://localhost:666/Project/CaptchaImage.axd?guid=96f830ee-6fb9-42ad-9ff4-d6484ffdcbe4
but does not show the "image".
Can I add something to my global.asax to get the captcha control to work? Any suggestions?