Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192,
Visits: 5,220
|
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) ...
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
Are you sure this is set to ASP.NET 4 and not 2.0?
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192,
Visits: 5,220
|
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
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|