AjaxPro and ActionChart.ashx are not working together?
Posted
by jeneesh
on Stack Overflow
See other posts from Stack Overflow
or by jeneesh
Published on 2010-06-17T09:38:57Z
Indexed on
2010/06/17
9:43 UTC
Read the original article
Hit count: 245
ajaxpro
Hi,
am using actionchart in one of my asp.net 2.0 application. also now am using "AjaxPro.AjaxHandlerFactory,AjaxPro.2" in this application for that i have added one handler in web.config file.
<httpHandlers> <!--<add verb="" path=".ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>--> </httpHandlers> </system.web>
like that.
After that, my action chart is not working!!! But if am commenting the handler part, action chart will work, but ajaxPro willnot work.
Please help me ASAP. I have to resolve by the end of today
© Stack Overflow or respective owner