Group: Forum Members
Last Active: Thu 17 Jun 2010
Posts: 10,
Visits: 16
|
Server Error in '/' Application.
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.
Hi,
Once I have copied the files to the webspace & accessed the site through a browswer, I get the following error message:
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 53:<-- IMPORTANT!! UNCOMMENT THE GLOBALIZATION TAG BELOW IF YOU WANT TO SKIP THE INSTALLATION SCRIPT--> Line 54: <-- <globalization resourceProviderFactoryType="Kartris.SqlResourceProviderFactory"/> --> Line 55: <identity impersonate="false"/> Line 56: <-- Line 57: Set compilation debug="true" to insert debugging
Source File: e:\domains\p\pet-tags.eu\user\htdocs\web.config Line: 55
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
Any idea's?
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
Does the error message include any of the code from the page or file? Generally it will show the line that is failing in red. If so, can you post this part?
-- 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: Thu 17 Jun 2010
Posts: 10,
Visits: 16
|
Hi Paul,
The line that has failed in red is:
Line 55: <identity impersonate="false"/>
& the source file is:
Source File: e:\domains\p\pet-tags.eu\user\htdocs\web.config Line: 55
|
Group: Forum Members
Last Active: Thu 17 Jun 2010
Posts: 10,
Visits: 16
|
To see the complete error screen please visit: http://www.pet-tags.eu
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
The problem line is 55. I think a config file above the level of your web (set by the web host) does not allow you to specify the identity-impersonate tag here. So try just removing that whole tag and it should use whatever default the host set.
-- 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: Thu 17 Jun 2010
Posts: 10,
Visits: 16
|
Yes, this works, I can now get step 1 of the setup routine. Thank you.
Will removing line 55 have any performance issues?
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
This shouldn't have any effect on performance.
The line deals with a technical aspect of the permissions used to run the ASP.NET code.
|