Web.config文件中的Http Handlers问题 [英] Http Handlers Issue in Web.config file

查看:75
本文介绍了Web.config文件中的Http Handlers问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨专家

我在web.config中添加http处理程序项目不能正常工作...当我删除该标签时它很好。我该怎么做..

i使用http处理程序绘制图表

hi experts
i add http handlers in web.config the project is not working... when i remove that tags its fine. what can i do..
i used http handlers for to draw charting

<httphandlers>
  <add path="ChartImg.axd" 

       verb="GET,HEAD,POST" 

       type="System.Web.UI.DataVisualization
                  .Charting
                  .ChartHttpHandler,
         System.Web.DataVisualization,
         Version=4.0.0.0, Culture=neutral,
         PublicKeyToken=31bf3856ad364e35" 

       validate="false"></add>
</httphandlers>





当我添加这些标签时我收到错误,因为500内部服务器错误



请帮帮我..





先谢谢



when i add these tags i get error as 500-internal server error

please help me..


Thanks in Advance

推荐答案

这里的问题是隐藏的。您必须启用IIS日志并检查内部异常。 以下是 [ ^ ]



其中一个原因可能是在探测路径中找不到类型。
The problem here is hidden. You have to enable IIS logs and check the internal exception. Here is how[^]

one of the reasons could be the type is not found in the probaing path.


这篇关于Web.config文件中的Http Handlers问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆