我在asp.net网页中使用RadChart,但它显示错误
The Chart http handler is not registered. Please, manually add the following line to your Web.config httpHandlers section:
当我在webConfig文件中使用这些行时,它就会在浏览器中显示出来

如何消除错误。如果谁有一个想法,请与我分享。
提前感谢
发布于 2013-08-20 22:46:01
此错误500.23转换为- ASP.NET httpHandlers配置不适用于托管管道模式。
检查IIS中的httpHandlers配置。尝试以下操作:
https://stackoverflow.com/questions/18333545
复制相似问题