Error executing child request for ChartImg.axd


https://forum.kartris.com/Topic1864.aspx
Print Topic | Close Window

By Neil - Thu 21 Mar 2013
I am trying out v2 on a VPS I have not used Kartris on before. Installation seemed to go smoothly. I am getting the following error when trying to load the backend. I am able to navigate around the not-chart backend pages fine, but cant work out what is causing this error. I checked the http handlers in IIS for this site and they all allow GET's.

Also I have noticed the frontend pages are missing the actual products and categories etc. Does everyone else see the pages like this? The site is here

Any ideas?

-----------------------------------------------------------------------------
>> Version:2
>> URL:
>> Page:
-----------------------------------------------------------------------------
>> 21/03/2013 13:28:40
>> DESCRIPTION:
System.Web.HttpException (0x80004005): Error executing child request for ChartImg.axd. ---> System.Web.HttpException (0x80004005): No http handler was found for request type 'GET'
at System.Web.HttpApplication.MapIntegratedHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig, Boolean convertNativeStaticFileModule)
...
By Paul - Fri 22 Mar 2013
Are you sure this is set to ASP.NET 4 and not 2.0?
By Neil - Fri 22 Mar 2013
Working now.

I only realised this server was running .NET 2.0 towards the end of the install and then changed it. I guess the web.config was built incorrectly.

I re-ran the install from scratch and it is working as expected now.

Perhaps a .NET version check during the install would be useful addition?

Cheers
By Paul - Sun 24 Mar 2013
Yes, I think it is possible to check .NET version. Might be useful to display a warning at login in back end too as I've seen sites transferred to a live host running on wrong ASP.NET version too.