Web.Config problem - Asp.net version problem

Hi !

I have built my web site in asp.net 2 and published it to the web.
When trying to view it using rather firefox or internet explorer
i get this error page :

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: <system.web>
Line 14: <!--

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300



Now , I dont understand why in the "version information" part
it says that the asp.net frame version is 1.1.4322 because I used asp.net
framework 2...
Can that be the source of the problem ?

might publishing a web site in asp.net 2 be a problem ?
[1112 byte] By [Ishaibin] at [2007-11-20 6:17:28]
# 1 Re: Web.Config problem - Asp.net version problem
you have published your website to a IIS Server that is running asp.net 1.1 OR its running both 1.1 and 2.0 and you have to change the appPools because 1.1 is trying to run this 2.0 site.

Make sure you separate 1.1 and 2.0 app Pools. and make sure to check the ASP.NET version tab in IIS.

mcm
mcmcom at 2007-11-9 11:52:39 >