简体   繁体   中英

Working with webresource in asp.net, application running on localhost but not on web server

I am building an application where i am using a web resource for implementing captcha . When i runs this application on my localhost, it run successfully but when i tries running it live then no image gets displayed in captcha.

This is my live application where no image is being displayed. But it is running successfully on localhost.

What can be the problem ?

I have added the refrence to this captch control on my system. But i dont know whether i need to register that dll on server also and if yes then how ??

GoDaddy is my hosting server.

have you added

<add verb="GET" path="CaptchaImage.axd" type="MSCaptcha.CaptchaImageHandler, MSCaptcha"/>

to your live site web.config file httphandlers section?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM