By Adrian - Fri 11 Jun 2010
|
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?
|
By Paul - Sat 12 Jun 2010
|
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?
|
By Adrian - Mon 14 Jun 2010
|
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
|
By Adrian - Mon 14 Jun 2010
|
To see the complete error screen please visit: http://www.pet-tags.eu
|
By Paul - Mon 14 Jun 2010
|
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.
|
By Adrian - Mon 14 Jun 2010
|
Yes, this works, I can now get step 1 of the setup routine. Thank you.
Will removing line 55 have any performance issues?
|
By Mart - Tue 15 Jun 2010
|
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.
|