如何配置 ScrewTurn Wiki 以使用 SQL Server?

发布于 2024-07-17 12:33:17 字数 651 浏览 7 评论 0原文

我正在尝试在我的服务器上配置优秀的 ScrewTurn Wiki 产品,但无法理解 文档

我想将其配置为使用 SQL Server 进行存储。 我是否仍需要在 web.config 中为 PublicDirectory 键指定有效值?

到目前为止,这就是我尝试配置连接的方式,但显然我还缺少其他东西:

<add name="WikiData"
  connectionString="Data Source=xxx;Initial Catalog=xxx;User ID=xxx;Password=xxx"
  providerName="System.Data.SqlClient"/>

添加此连接字符串后,我什至无法在不抱怨 PublicDirectory 键的情况下加载页面。 在添加连接字符串之前,该站点在没有 SQL Server 实现的情况下运行良好。 我什至没有机会查看数据库连接是否有效,并且不知道在此处命名它(如果名称对密钥有任何影响)。

我怎样才能让它正常工作?

I'm trying to configure the excellent ScrewTurn Wiki product on my server, and haven't been able to make sense of the documentation.

I'd like to configure it to use SQL Server for storage. Do I still need to specify a valid value for the PublicDirectory key in web.config?

This is how I've tried to configure the connection so far, but obviously I'm missing something else:

<add name="WikiData"
  connectionString="Data Source=xxx;Initial Catalog=xxx;User ID=xxx;Password=xxx"
  providerName="System.Data.SqlClient"/>

I can't even get the page to load without complaining about the PublicDirectory key after adding this connection string. Before I added the connection string, the site came up fine without SQL Server implementation. I'm not even getting a chance to see if the DB connection works and don't know what to name it here, if the name makes any difference in the key.

How can I get this working properly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

又怨 2024-07-24 12:33:17

想通了,没有看到连接字符串部分。 解决。

figured it out, did not see the connection string section. resolved.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文