将 DNN 数据库从本地传输到生产环境

发布于 2024-08-08 00:55:07 字数 106 浏览 2 评论 0原文

我创建了一个 dnn 应用程序,并将源移至生产环境,并且数据库也移至生产服务器,但我收到 dotnetnuke 错误。我认为有一个数据库未正确插入。 您能帮助我如何将数据库从本地传输到生产环境吗?

I creaed one dnn applicaiton, and the source is moved to production and also same as the database is also moved to production server, but i am getting the dotnetnuke error. I think there is a database not inserted correctly.
Can you help me how to transfer the database from local to production..

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

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

发布评论

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

评论(2

生来就爱笑 2024-08-15 00:55:07

我会仔细检查您的本地和生产站点 web.config 是否具有相同的计算机密钥和说明密钥均匹配

其他要检查的事情是连接字符串是否正确

另一件事是检查数据库的权限

I would double check that your local and production site web.config have the same machine key and decription key all match

Other thing to check would be that the connection string is correct

One more thing would be to check permissions on the database

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