【发布时间】:2013-12-20 05:07:14
【问题描述】:
我想在我的项目中使用 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>
我的错误:
HTTP 错误 500.23 - 内部服务器错误
已检测到不适用于集成托管管道模式的 ASP.NET 设置。
最可能的原因:
此应用程序在 system.web/httpHandlers 部分定义配置。
【问题讨论】:
标签: c# asp.net web-config recaptcha