Mondor's MSCaptcha image won't load on host provider's server

H

Hillbilly

Mondor's MSCaptcha control runs and displays on the local dev machine but
won't display its generated image when deployed to the shared server hosting
service.

// what my web.config says:
<handlers>
<add name="MSCaptchaImage"
path="CaptchaImage.axd"
verb="GET"
type="MSCaptcha.CaptchaImageHandler, MSCaptcha"
preCondition="integratedMode,runtimeVersionv2.0"/>
</handlers>

A.) Yes, I've followed the instructions documented here [1] and the control
runs on my local dev machine.

B.) Yes, I FTP the .dll(s) to the bin directory on the host server and my
local code running from IIS7 on Vista runs as expected. Anything else you
might need to assist please ask but I need to figure this one out as I'm
stumped and note I have no control of the server at the host provider

note: I've observed somebody else has this problem as responded to at
asp.net [2] lucky for me all of my Passport and Windows DeadOnArrival
credentials are totally FUBAR and asp.net won't even send me a forgotten
password as it doesn't know me anymore either so I can't get involved in the
asp.net forums.

[1]
http://www.aspsnippets.com/post/200....aspx#id_9f698584-ecb7-4fa1-99f5-797ee1a8f593

[2] http://forums.asp.net/p/1468509/3395243.aspx
 
H

Hillbilly

Mondor has a forum and a difficult to find FAQ which is actually a thread in
their forum. Reading that FAQ and several of the other messages from various
other developers finally resolves this issue. Anybody using MSCaptcha should
get into their forum and put all the pieces together.
 
Joined
Aug 9, 2012
Messages
1
Reaction score
0
Got it......

Change this: type="MSCaptcha.CaptchaImageHandler, MSCaptcha" ......
To : type="MSCaptcha.captchaImageHandler, MSCaptcha"

web.config is case sensative.....

Happy Coding,,, :thumb:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top