earni23
07-16-2010, 03:09 PM
Hello
I have this on my local computer, running ASP.NET 3.5.
<httpHandlers>
<add verb="*" path="CaptchaImage.aspx" type="AspCaptcha.CaptchaHandler, AspCaptcha"/>
</httpHandlers>
How do I convert the above code in web.config to ASP.NET 4.0, which is running on a IIS 7.5 server?
I have this on my local computer, running ASP.NET 3.5.
<httpHandlers>
<add verb="*" path="CaptchaImage.aspx" type="AspCaptcha.CaptchaHandler, AspCaptcha"/>
</httpHandlers>
How do I convert the above code in web.config to ASP.NET 4.0, which is running on a IIS 7.5 server?