IIS Configuration Error

SteveInBeloit

Well-known member
Joined
May 22, 2006
Messages
132
Programming Experience
10+
Hi, I have developed a very simple ASP .NET using VS 2005 to get going. I am trying to test it on a Windows Server 2003 box.
I created an MSI file in my setup project and have ran that on the server putting it in the default web site. When I browse to my folder, I get:

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'

and it has highlighted the <connectionsStrings> tag in the web.config file.

Any idea what to do?

thanks
Steve
 
Back
Top