<html>
  <head>
    <title>Critical Error: Unable to open connection to data provider.</title>
    <link rel="stylesheet" href="Themes/default/style/default.aspx" type="text/css" />
  </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 web.config file is correct.</b>
          <p>
<br>
<table width="100%">
  <tr>
    <td align="left" colspan="2">
          To configure your connection string:
          <P>
1.	Open [Install Location of Community Server]\web\web.config
          <P>
2.	Within web.config find the <appSettings> configuration section (<font color="darkred"><b>highlighted</b></font>) below:
    </td>
  </tr>
  <tr>
    <td>&nbsp; &nbsp;</td>
    <td align="left" bgcolor="#CCCCCC">
<font face="LucidiaConsole"><b>
<pre>

    &lt;configuration&gt;
        <font color="darkred"><b>&lt;appSettings&gt;</b></font>

          &lt;add key="SiteSqlServer" value="<i>[Your connection string here]</i>" &gt;

        <font color="darkred"><b>&lt;/appSettings&gt;</b></font>
    &lt;/configuration&gt;

</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>
<P>
         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>
<P>
        </td>
      </tr>
    </table>
    </center>
  </body>
</html>