This is the error message I get: 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. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineOnly' beyond machine.config. Source Error: Line 4: Line
5: Line 6: Line 7:
This message is displayed when a section definition specifies that it may only be provided in the Machine.Config file. The Identity section is not normally set this way, but it is possible for your ISP to change it in Machine.Config is they don't want users
to be able to override the sections. Normally the admin should use a location tag with allow override=false to accomplish this, but the results are pretty much the same, the web.config may not contain the section in question. If you control the server you
should check the configuration section definitions to see if the MachineOnly attribute is set on the section you are having problems. Removing the section that is causing the error will solve the problem, although you will not beable to change the atrributes
of that section.
Rodney
"This posting is provided "AS IS" with no warranties, and confers no rights."
tready
Member
5 Points
1 Post
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineOnly'...
Jun 24, 2004 03:10 AM|LINK
rodneyk
Member
185 Points
37 Posts
Re: Parser Error Message: It is an error to use a section registered as allowDefinition='MachineO...
Jul 08, 2004 11:41 PM|LINK
"This posting is provided "AS IS" with no warranties, and confers no rights."