dll - Captcha not working with IIS -


A DLL file for my web application works fine on this local work by using MSCaptcha.dll, but the IIS server Not from

solution:

  • Your Select the application IIS 7 in Open Handler Mapping under IIS, either by double clicking on Handler Mapping or clicking "Open Feature" under the Action.
  • Click on "add managed handler" under the action.
  • In the "CaptchaImage.axd" request path without quotation marks
  • Type MSCaptcha.CaptchaImageHandler
  • Enter "MSCaptcha" without quotation marks in names and Click OK

Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -