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