What does dthis mean ? Source Error : \windows\microsoft.net\framework\v2.x\config

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bernard Cronje
    New Member
    • Oct 2010
    • 1

    What does dthis mean ? Source Error : \windows\microsoft.net\framework\v2.x\config

    I created a website and moved it to the server pc'c IIS.
    When I tried to go to the website, I got the following error :

    Configuration Error :
    Error occurred during processing of a configuration file required to service the request.
    Parser Error Message :
    Unrecognized configuration section 'connectionStri ns'
    Source Error :
    (web.config)
    \windows\micros oft.net\framewo rk\v2.x\config

    I asked a friend, and was told that it might be that asp.net 2.0 is not registered with IIS 5.0. I want to do this, but
    I am afraid that it might screw up the existing IIS website which runs on asp.net 1.0 [I think]

    What is the cause of this error ?

    I am working in Visual Studio 2005 Prof.
    The server is Windows 2000, running SQL Server 2000,
    and I think that it has IIS 5.0 installed.
  • Sfreak
    New Member
    • Mar 2010
    • 64

    #2
    you accidentaly deleted the G in the tag 'connectionStri ns' the correct form is connectionStrin gs

    <connectionStri ngs>

    This is the error.

    Fernando Mello

    Comment

    Working...