Error 1st step of installation


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

By whelanbe - Fri 7 Jan 2011
Hi,

I tried to install Kartris on a test domain on a shared hosting service and got the following error

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: This configuration section cannot be used at this path.  This happens when the site administrator has locked access to this section using <location allowOverride="false"> from an inherited configuration file.

Source Error:

Line 57:         <!-- IMPORTANT!!  UNCOMMENT THE GLOBALIZATION TAG BELOW IF YOU WANT TO SKIP THE INSTALLATION SCRIPT-->Line 58:         <!-- <globalization resourceProviderFactoryType="Kartris.SqlResourceProviderFactory" culture="auto" uiCulture="auto" enableClientBasedCulture="true"/> -->Line 59:         <identity impersonate="false"/>Line 60:         <!-- Line 61:     Set compilation debug="true" to insert debugging 

Any ideas?
By Paul - Mon 10 Jan 2011
Try removing this line from the web config - it appears your host specifically prevents sites from using this
<identity impersonate="false"/>
By whelanbe - Sun 16 Jan 2011
Thanks, that worked. Does removing that line of code affect the functionality of the shop?
By Paul - Mon 17 Jan 2011
No, because the default is not to impersonate anyway.

(if set to true, the site runs using the IUSR account set for this web in IIS, rather than the asp.net user or network service)