Error 1st step of installation

Posted By whelanbe Fri 7 Jan 2011
Add to Favorites0
Author Message
whelanbe
 Posted Fri 7 Jan 2011
Supreme Being

Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)

Group: Awaiting Activation
Last Active: Sat 12 Feb 2011
Posts: 16, Visits: 26
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?
Paul
 Posted Mon 10 Jan 2011
große Käse

große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Try removing this line from the web config - it appears your host specifically prevents sites from using this
<identity impersonate="false"/>


--
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
whelanbe
 Posted Sun 16 Jan 2011
Supreme Being

Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)Supreme Being - (9,182 reputation)

Group: Awaiting Activation
Last Active: Sat 12 Feb 2011
Posts: 16, Visits: 26
Thanks, that worked. Does removing that line of code affect the functionality of the shop?
Paul
 Posted Mon 17 Jan 2011
große Käse

große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)große Käse - (449,556 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
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)


--
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

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top