在 Windows Server 2008 上运行 ASP.NET 网站

发布于 2024-12-10 10:04:09 字数 321 浏览 0 评论 0原文

我被要求设计一个 ASP.NET 网站并在 Windows Server 2008 上运行它。

我设计了一个可以在笔记本电脑本地主机上的 IIS7 上运行良好的网站,现在我应该在 Windows Server 2008 作为主机服务器上运行它。我在他们的 IBM 服务器计算机上安装了 Windows 服务器,现在我不知道该怎么做,这台 IBM 服务器是他们本地网络的一部分,该本地网络的其他一些用户将可以访问我的网站(例如 20人们)。

我需要知道如何在 Windows Server 2008 上运行它(例如将文件放在哪里、设置什么等)以及如何配置 Windows 以便这些人可以使用该网站。

I was asked to design an ASP.NET website and run it on Windows Server 2008.

I designed a site which runs well on my IIS7 off my laptop localhost, now I'm supposed to run it on a Windows Server 2008 as a host server. I installed the windows server on their IBM server computer, now I don't know what to do more, this IBM server is a part of their local network, and some other user of this local network will have access to my website (like 20 people).

I need to know how to run it on Windows Server 2008 (like where to put files, what to set, etc.) and how to configure Windows so that those people can use the website.

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

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

发布评论

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

评论(1

疯了 2024-12-17 10:04:09

我假设您已经在 Windows 服务器上安装了 II7。在部署Web应用程序之前,请确保.net框架数据库服务器(如果有)、水晶报表运行时和其他外部软件(您使用的web-app)是否已安装。要部署应用程序,这里有多种选择:

  1. 您可以创建一个 web-setup 用于部署 Web 应用程序的项目。
  2. 或者您可以使用 Xcopy 部署。

I presume that you have installed II7 on your windows server. Before the deployment of web-app make sure that the appropriate version of .net framework, database server if any, crystal report runtime and other external softwares (which are used by your web-app) are installed or not. To deploy an application, there are number of alternatives here :

  1. You may create a web-setup project to deploy the web-app.
  2. Or you may use Xcopy deployment.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文