Hello
i trying to run an application made by Asp.net1.1 with visual studio 2005 and igot that error "Unrecognized configuration section configuration"
also the compliere mark the following line in my web.config
Server Error in '/WareHouse' 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: Unrecognized configuration section configuration.
Source Error:
Line 1: <?xml version="1.0"?><configuration><configuration xmlns="urn:schemas-microsoft-com:asm.v1"><configSections><sectionGroup name="businessObjects"><sectionGroup name="crystalReports"><section name="reportMappings" type="CrystalDecisions.Shared.ReportMappingHandler, CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, Custom=null"/></sectionGroup></sectionGroup></configSections></configuration> Line 2: <location path="PurchaseRequest.aspx"> Line 3: <system.web>
|
Source File: c:\inetpub\wwwroot\warehouse\web.config Line: 1
Show Additional Configuration Errors:
Section names beginning with config are reserved. (c:\inetpub\wwwroot\warehouse\web.config line 1)
|
function OnToggleTOCLevel1(level2ID)
{
var elemLevel2 = document.getElementById(level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
}
else {
elemLevel2.style.display = 'none';
}
}
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
so any idea please