今天开始研究 community server 下了2007 开发版

安装过程中出了些问题 现记录下 :

web项目没法加载的问题:打开CommunityServerWeb20 (Internal).csproj

查找 <IISUrl>http://cs2007</IISUrl>

修改为IIS中设置好的虚拟目录

出现:Critical Error: SiteUrls.Config

少执行了 存储过程 exec dbo.cs_system_CreateCommunity 'localhost/cs', 'dev', 'admin@example.org', 'AdminUserName', 'AdminPassword', 0, 0 执行后 问题解决

相关文章:

  • 2022-02-04
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-10-30
  • 2022-02-19
猜你喜欢
  • 2021-08-27
  • 2021-12-26
  • 2021-06-15
  • 2021-10-24
  • 2022-01-11
  • 2022-01-06
  • 2021-07-17
相关资源
相似解决方案