我想在我的项目中使用Recaptcha,我的web.config文件中存在以下问题.
<httpHandlers>
<add verb="GET" path="CaptchaImage.axd" type="MSCaptcha.CaptchaImageHandler, MSCaptcha" />
</httpHandlers>
<pages>
<controls>
<add tagPrefix="cc1" assembly="MSCaptcha" namespace="MSCaptcha" />
</controls>
</pages>
Run Code Online (Sandbox Code Playgroud)
我的错误:
HTTP错误500.23 - 内部服务器错误
检测到的ASP.NET设置不适用于集成管理管道模式.
最可能的原因:
此应用程序在system.web/httpHandlers部分中定义配置.