Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在Asp.net中使用Telerik RadChart_Asp.net - Fatal编程技术网

如何在Asp.net中使用Telerik RadChart

如何在Asp.net中使用Telerik RadChart,asp.net,Asp.net,我在asp.net网页中使用RadChart,它显示错误 The Chart http handler is not registered. Please, manually add the following line to your Web.config httpHandlers section: 当我在webConfig文件中使用这些行时,它会显示在浏览器中 如何消除这个错误。 如果有人有想法,请与我分享 提前感谢此错误500.23转换为-ASP.NET httpHandlers配

我在asp.net网页中使用RadChart,它显示错误

The Chart http handler is not registered. Please, manually add the following line to your Web.config httpHandlers section: 

当我在webConfig文件中使用这些行时,它会显示在浏览器中

如何消除这个错误。 如果有人有想法,请与我分享


提前感谢

此错误500.23转换为-ASP.NET httpHandlers配置不适用于托管管道模式

检查IIS中的httpHandlers配置。请尝试以下操作:

  • 开放式服务器管理器
  • 选择角色>Web服务器(IIS)>IIS管理器>选择服务器>应用程序定位池
  • 选择运行asp.net应用程序的应用程序池>单击右侧窗格中的“高级设置”
  • 在高级设置>常规>托管管道模式下,选择“经典”
  • 回收应用程序池并测试你的应用程序