K
kashif456
Hi,
I am trying to deploy a third party object into GAC and seeing some
errors. Below is the code I have added in web.config
Code:
<httpHandlers>
<add verb="*" path="LanapCaptchaImage.aspx" type="Lanap.BotDetect,
Lanap.BotDetect.ImageHandler, Version=1.5.3.0, Culture=neutral,
PublicKeyToken=bb429daedd8c99a7" validate="true" />
</httpHandlers>
The error I get is:
File or assembly name Lanap.BotDetect.ImageHandler, or one of its
dependencies, was not found.
Any help would be appreciated.
I am trying to deploy a third party object into GAC and seeing some
errors. Below is the code I have added in web.config
Code:
<httpHandlers>
<add verb="*" path="LanapCaptchaImage.aspx" type="Lanap.BotDetect,
Lanap.BotDetect.ImageHandler, Version=1.5.3.0, Culture=neutral,
PublicKeyToken=bb429daedd8c99a7" validate="true" />
</httpHandlers>
The error I get is:
File or assembly name Lanap.BotDetect.ImageHandler, or one of its
dependencies, was not found.
Any help would be appreciated.