在 Windows Server 2008 上运行 ASP.NET 网站
我被要求设计一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您已经在 Windows 服务器上安装了
II7
。在部署Web应用程序之前,请确保.net框架
、数据库
服务器(如果有)、水晶报表运行时和其他外部软件(您使用的web-app)是否已安装。要部署应用程序,这里有多种选择: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 :