| | |
Server Error in '/CM_site' Application.
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2005
Posts: 1
Reputation:
Solved Threads: 0
I'm very new to using asp.net and am trying to run my company's website with IIS - I know that it's set up properly because our other projects work fine on our local host. The problem I'm getting is with the web.config file. The project was outsourced and we no longer have contact with the person who wrote the asp side. I get the following error trying to view the website:
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 28: />
Line 29:
Line 30: <configuration>
Line 31: <system.web>
Line 32: <customErrors mode="Off"/>
Source File: c:\inetpub\wwwroot\CM_site\web.config Line: 30
--------------------------------------------------------------------------------
Any ideas? It runs fine on the FTP server, but not the IIS.
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
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 28: />
Line 29:
Line 30: <configuration>
Line 31: <system.web>
Line 32: <customErrors mode="Off"/>
Source File: c:\inetpub\wwwroot\CM_site\web.config Line: 30
--------------------------------------------------------------------------------
Any ideas? It runs fine on the FTP server, but not the IIS.
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Here's a little something I found online, I have no idea if it will help, but here goes:
Symptom:
After copying or installing a .NET web-application the following error is observed in the browser when trying to view the site:
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
Cause
This error is generated because the default set of configuration values in web.config require IIS to treat the web site as an application but this has not been configured.
Remedy:
1. Run Internet Services Manager (under Control Panel > Administrative Tools)
2. Find the project in the list of projects. (Open up your computer in the list and look under "Default Web Site").
3. Bring up its properties (Right click > Properties).
4. If the "application name" (under "Application Settings" on the "Directory" tab) is greyed out then click '[Create]' and then '[OK]'.
I really hope this does something for ya! Good luck!
Symptom:
After copying or installing a .NET web-application the following error is observed in the browser when trying to view the site:
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
Cause
This error is generated because the default set of configuration values in web.config require IIS to treat the web site as an application but this has not been configured.
Remedy:
1. Run Internet Services Manager (under Control Panel > Administrative Tools)
2. Find the project in the list of projects. (Open up your computer in the list and look under "Default Web Site").
3. Bring up its properties (Right click > Properties).
4. If the "application name" (under "Application Settings" on the "Directory" tab) is greyed out then click '[Create]' and then '[OK]'.
I really hope this does something for ya! Good luck!
•
•
Join Date: Jan 2006
Posts: 1
Reputation:
Solved Threads: 0
i have the same problem... but that doesnt work... so do u have any other solutions?
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 'connectionStrings'
Source Error:
Line 10: <configuration>
Line 11: <appSettings/>
Line 12: <connectionStrings>
Line 13:
Line 14: <connectionStrings/>
Source File: C:\Inetpub\wwwroot\WA_Test\web.config Line: 12
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 'connectionStrings'
Source Error:
Line 10: <configuration>
Line 11: <appSettings/>
Line 12: <connectionStrings>
Line 13:
Line 14: <connectionStrings/>
Source File: C:\Inetpub\wwwroot\WA_Test\web.config Line: 12
•
•
Join Date: Jan 2006
Posts: 275
Reputation:
Solved Threads: 11
OK first of all the custom Errors problem. IIS doesnt like the /> closing tag. You have to use <customErrors mode="Off"></customErrors> that will work
Second problem was the closing tag of connection strings... it should be </connectionStrings> not <connectionStrings/> as you had it... easy mistake - always pays to double check your xml
Second problem was the closing tag of connection strings... it should be </connectionStrings> not <connectionStrings/> as you had it... easy mistake - always pays to double check your xml
![]() |
Similar Threads
- How to Resolve "Server Error '/' Application" Message? (ASP.NET)
- Server Error in '/' Application (ASP.NET)
- Visual Studio 2005 Application Error (ASP.NET)
- Cannot Find Server error using ANY browser (Viruses, Spyware and other Nasties)
Other Threads in the ASP.NET Forum
- Previous Thread: Datagrid inside repeater-simple reference problem
- Next Thread: .net framework vs. 1.1.4322 causing
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox click commonfunctions compatible confirmationcodegeneration content contenttype courier css dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dropdownmenu edit expose flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list listbox login menu microsoft mono mouse mssql multistepregistration nameisnotdeclared news numerical objects order panelmasterpagebuttoncontrols problem radio ratings reportemail rotatepage save schoolproject search security serializesmo.table silverlight smartcard software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice wizard xml youareanotmemberofthedebuggerusers





