<html>
  <head>
    <title>Critical Error: Unable to open connection to data provider.</title>
  </head>
  <body>
    <center>
    <table height="70%" width="90%">
      <tr>
        <td align="center" valign="middle">
	  <h1>Critical Error: Data Store Unavailable</h1>
          <b>The data store used by Community Server cannot be opened. 
          <P>
          Please ensure that your database is online and running and that the connection string in your connectionStrings.config file is correct.</b>
          <p>
          <hr size="1">
<br>
<table width="100%">
  <tr>
    <td align="left" colspan="2">
          To configure your connection string:
          <P>
1.	Open [Install Location of Community Server]\web\connectionStrings.config
          <P>
2.	Within connectionStrings.config find the &lt;connectionStrings&gt; configuration section below:
    </td>
  </tr>
  <tr>
    <td>&nbsp; &nbsp;</td>
    <td align="left" bgcolor="#CCCCCC">
<font face="LucidiaConsole"><b>
<pre>

  <font color="darkred">&lt;connectionStrings&gt;</font>
        &lt;add <font color="red">name</font>="SiteSqlServer" <font color="red">connectionString</font>="<i>[Your connection string here]</i>" /&gt;
  <font color="darkred">&lt;/connectionStrings&gt;</font>
</pre>
</b></font>
    </td>
  </tr>
  <tr>
    <td colspan="2">
&nbsp;
<P>
3. Modify the value to properly identify your database. 
<P>
For example, to connect to a database named �CommunityServer� on the current machine with an account �csSystem� and the password �pa$$word12�:
<P>
<font face="LucidiaConsole">
<pre>
  connectionString = "server=.;database=CommunityServer;uid=csSystem;pwd=pa$$word12"
</pre>
</font>
<hr size="1">
         For more information you can also visit <a href="http://www.communityserver.org">http://www.communityserver.org</a> the home of Community Server.
    </td>
  </tr>
</table>
        </td>
      </tr>
    </table>
    </center>
  </body>
</html>