简体   繁体   English

帮助将 asp.net web 应用程序部署到现有网站

[英]Help with deploying asp.net web app to an existing website

I've built a asp.net web app, and i'm ready to publish it to the intranet to further test it.我已经构建了一个 asp.net web 应用程序,我准备将其发布到内网进行进一步测试。 I already have a server running IIS 6.我已经有一台运行 IIS 6 的服务器。

The site is currently setup as the Default Web Site.该站点当前设置为默认 Web 站点。 I want to install this new web app in a subdirectory, so that it doesn't impact on my main site http://MyCurrentSite at all.. How do I do this?我想在子目录中安装这个新的 web 应用程序,这样它就不会影响我的主站点http://MyCurrentSite 。我该怎么做?

I'm new to IIS, so I really don't want to screw things up:-)我是 IIS 的新手,所以我真的不想搞砸了:-)

Cheers for your help为你的帮助干杯

This is a very simple operation.这是一个非常简单的操作。 Just create a "virtual directory" in your "Default Web Site" and map the virtual directory to the directory with the files for your new web site.只需在“默认 Web 站点”和 map 中创建一个“虚拟目录”,将虚拟目录添加到包含新 web 站点文件的目录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM