在 Visual Studio 2005 年为 Windows Server 2012 开发
Developing in Visual Studio 2005 for Windows Server 2012
是否可以在使用 Windows Server 2012 的服务器上安装使用 Visual Studio 2005 开发的 ASP.net 网站?我们的客户正计划将服务器从 Windows Server 2003 升级到 Windows Server 2012。该应用程序(已使用 VS 2005 开发)运行 是否会在 64 位操作系统中运行?
有可能。确保您做的两件事是在 windows 服务器上安装正确的 .Net 版本,并且当您在 IIS 中设置新站点(假设是 IIS)时,应用程序池设置为允许 32 位应用程序。
这将带您了解如何启用 32 位应用程序池(适用于 IIS7,但 IIS 8 相同)
https://help.webcontrolcenter.com/kb/a1114/how-to-enable-32-bit-application-pool-iis-7-dedicatedvps.aspx
Visual Studio 只是一个开发环境,是目标服务器 type/version 的负责人。您可以使用 Visual Studio 开发任何 .Net application/website,无论您想在哪里 运行 它。这完全是关于将服务器配置为 运行 32 位 .Net 应用程序。
是否可以在使用 Windows Server 2012 的服务器上安装使用 Visual Studio 2005 开发的 ASP.net 网站?我们的客户正计划将服务器从 Windows Server 2003 升级到 Windows Server 2012。该应用程序(已使用 VS 2005 开发)运行 是否会在 64 位操作系统中运行?
有可能。确保您做的两件事是在 windows 服务器上安装正确的 .Net 版本,并且当您在 IIS 中设置新站点(假设是 IIS)时,应用程序池设置为允许 32 位应用程序。
这将带您了解如何启用 32 位应用程序池(适用于 IIS7,但 IIS 8 相同) https://help.webcontrolcenter.com/kb/a1114/how-to-enable-32-bit-application-pool-iis-7-dedicatedvps.aspx
Visual Studio 只是一个开发环境,是目标服务器 type/version 的负责人。您可以使用 Visual Studio 开发任何 .Net application/website,无论您想在哪里 运行 它。这完全是关于将服务器配置为 运行 32 位 .Net 应用程序。