前面一直也在和很多朋友一样在分析CommunityServer,有一些感受,写了我大学毕业以来的第一篇设计思想类的文章,有兴趣的可以去看看:
http://netfocus.cn/mysite/designpattern/showpost.aspx?postid=63

解决方案 »

  1.   

    ش: ݴ洢
    ޷ݿ⡣ 
    ȷݿ߲ web.config еַȷ 
    To configure your connection string: 
    1. Open [Install Location of Community Server]\web\web.config 2. Within web.config find the configuration section (highlighted) below: 
     
        
        <configuration>
            <appSettings>          <add key="SiteSqlServer" value="[Your connection string here]" >        </appSettings>
        </configuration>
     
      
    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.