OK - What was that about?

Had a few minutes of serious hickups:
======================================================================================
Critical Error: Data Store Unavailable
The data store used by Community Server cannot be opened.Please ensure that your database is online and running and that the connection string in your connectionStrings.config file is correct.
To configure your connection string:
1. Open [Install Location of Community Server]\web\connectionStrings.config 2. Within connectionStrings.config find the <connectionStrings> configuration section below: |
|
<connectionStrings> <add name="SiteSqlServer" connectionString="[Your connection string here]" /> </connectionStrings> |
|
3. Modify the value to properly identify your database. For example, to connect to a database named �CommunityServer� on the current machine with an account �csSystem� and the password �pa$$word12�:
connectionString = "server=.;database=CommunityServer;uid=csSystem;pwd=pa$$word12"
For more information you can also visit http://www.communityserver.org the home of Community Server. |
Blessings,
Floyd
Pastor-Patrick.blogspot.com
Comments
-
I had it also, Floyd!
Glad it's over! *smile*
Philippians 4: 4 Rejoice in the Lord always; again I will say, Rejoice. 5 Let your reasonableness be known to everyone. The Lord is at hand..........
0