Hello ,can someone help me in the following :
I have some pages that have been created with VWD express but when I try to test these pages with Dreamweaver or when I upload these pages on to a Host provider I get the following error message:
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:
|
Source File: c:\inetpub\wwwroot\entrep\web.config Line: 12
what could I do to overcome this error
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

Unrecognized configuration section 'connectionStrings'
Gerard van Soest
KavitaRavi
<configuration>
<configSections>
<sectionGroup name="test">
<section name="test1" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="text2" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</sectionGroup>
</configSections>
</configuration>
<test>
<test1>
<add key="testA" value="A" />
<add key="testB" value="B" />
</test1>
<test2>
<add key="testZ" value="Z" />
<add key="testY" value="Y" />
</test2>
</test>
Julio Molinero
change the Framework to version 2.0 in IIS (tab of ASP.NET).
NeoBugs
http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=90552&SiteID=1
It solved the prob on my server.
andrea loleo
1-open IIS
2-select your computer name [your server]
3-from action menu > choose All tasks > then choose Restart IIS ..
then reconfiger your web application , and start browsing .
mancha
I already changed version in ASP.NET tab. Now it displays "page not found error".
Narendra Singh Panwar
narenpanwar@hotmail.com
brk
DragonVic
allan k lindgren
There is no ASP.NET tab in my IIS window.
Doh. Ah, to clarify for other noobs out there, in IIS go to the specific virtual directory of the web application for which you are recieving this error. Right-click on it, and in the properties there will be an ASP.NET tab which you can toggle to .NET
Venksys
Sat-Bangalore
Geeks
After changing version 2.0 i am getting "page can not be displayed" eror message.
_Andrew
Calvin Thomas