将 DNN 数据库从本地传输到生产环境
我创建了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会仔细检查您的本地和生产站点 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
使用 SQL Delta
Use SQL Delta