Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Which version of IIS are you running? I believe IIS7 handles http handler registration different from previous versions. If I remember correctly you should register it in <system.webServer><handlers> instead of <system.web><httpHandlers>. Try removing lines 12-14 in the snippet above, and keep the registration on lines 5-9.
// Mathias
Hmm this rings a little bell inside my head somewhere. I've had this error. Wonder how I solved it...hehe
Check that the directory exist "=~/tempImages/" and that the app pool account has access rights to write to it...
Mathias, makes no difference unfortunately.
Daniel, I hate these kinds of errors that occasionally creep up and next time it happens you can never remember how you solved it. :) Checked the directory and it's all fine.
Really stumped on this one!
Hmm I see your configuration is for chart with .NET 3.5 but you are compiling against .NET 4.0. Any special reason you are not using the chart control that exist in .NET 4.0. Can you check your assembly references to see if you are actually using the .NET 3.5 version of the control? Might want to switch to using the .NET 4.0 version as well since this one is built into the framework.
You've probably already checked, but do you have any other handlers registered in a httpHandler section?
Hi, I'm having a problem with a chart page. This is the error I'm getting:
From what I can see when I google you either need to change your web.config (which I have) or change the application pool to classic instead of integrated (which I can't since EPiServe needs integrated). Any ideas what else I might try?
These are the relevant bits from the web.config: