error on dotnet 2005 websites

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Emrani

    #1

    error on dotnet 2005 websites

    I already write my codes in dotnet 2003. Recently I moved to dotnet 2005. I
    developed some mobile applications that work well. But, when I start to
    develop web sites, they don't work. One of errors that is due to calling an
    empty asp.net website with only one label is such belowe lines:
    Server Error in '/website1' Application.
    --------------------------------------------------------------------------------

    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 'connectionStri ngs'

    Source Error:


    Line 10: <configuratio n>
    Line 11: <appSettings/>
    Line 12: <connectionStri ngs/>
    Line 13: <system.web>
    Line 14: <!--


    Source File: C:\Documents and Settings\Admini strator\My Documents\Visua l
    Studio 2005\WebSites\W ebSite1\web.con fig Line: 12


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
    Version:1.1.432 2.573


    after removing the line connectionstrin gs, another error refering to
    namespaces ocurred.

    Is it due to my dotnetfx?
Working...