0

我正在尝试帮助客户将旧的 DotNetNuke 站点移动到新主机(旧主机正在关闭)

DNN 站点运行版本 3.2(根据 DotNetNuke.dll 上的右键单击 > 详细信息 > 产品版本)。

我很难找到关于这个旧版本的信息。

这需要什么版本的 ASP.NET?

新主机有 .NET 2 和 4。有可能在 .NET 2 机器上设置吗?

有没有什么地方可以得到这方面的原始手册?(DNN 站点只回溯到第 5 版)

4

2 回答 2

1

The general process of moving a site is:

  • Copy all the files in the website folder to new server
  • Backup and restore the database on the new server
  • Configure IIS for the new site
  • Edit connection string in web.config for new sql server credentials

You can find some docs that shipped with the release at http://dotnetnuke.codeplex.com/releases/view/19992.

I also noticed that the 3.x line requires .Net1.1, the 4.x line uses .Net2. That was way before my involvement with DNN.

于 2012-08-28T00:26:20.503 回答
1

3.2 在 1.1 上运行。我在 2.0 上已经取得了一些成功,但这将取决于模块。不过,您很可能希望在 1.1 上使用它。

于 2012-08-28T20:29:43.950 回答