在不同服务器上运行的多个版本的 Web 应用程序

发布于 2024-12-05 02:49:31 字数 84 浏览 0 评论 0原文

如何分离Web应用程序(内置于ASP.NET)和数据库(内置于SQL Server 2005),以便我们可以在不同的服务器上运行多个版本的Web应用程序?

How do I separate the web application (built in ASP.NET) and database (built in SQL Server 2005), so that we could have multiple version of the web application running on different servers?

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

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

发布评论

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

评论(1

極樂鬼 2024-12-12 02:49:31

数据库:这里最好的两个选择是:

Web 应用:将应用程序复制或使用 Visual Studio 部署到您的目标。目标可以是服务器上的另一个目录,或者完全是另一台机器。确保您的连接字符串指向正确的实例。

Database: your best two options here are to:

Web app: copy the application or deploy with Visual Studio to your targets. The target could be another directory on the server, or another machine entirely. Ensure your connection string points to the correct instance.

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