Web.Config problem - Asp.net version problem
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 ?

