This page has moved. You will be automatically redirected to its new location in 10 seconds. If you aren't forwarded to the new page, click here.

Search This Blog

Tuesday, March 10, 2009

The entry 'ConnectionStringName' has already been added.

http://dev.communityserver.com/forums/t/478332.aspx

Try this:

    <connectionStrings>
        <remove name="ConnectionStringName" />
        <add name="ConnectionStringName" connectionString="server=(local);uid=;pwd=;Trusted_Connection=yes;database=communityserver" />
    </connectionStrings>

No comments:

Post a Comment