在 iis 6.0 中托管 asp.net 3.5 发布的网站的步骤是什么?

发布于 2024-09-01 04:41:01 字数 52 浏览 5 评论 0原文

在 iis 6.0 中托管 asp.net 3.5 发布的网站的步骤是什么?任何建议...

What are the steps to host an asp.net 3.5 published website in iis 6.0? Any suggestion...

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

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

发布评论

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

评论(2

酒浓于脸红 2024-09-08 04:41:01

在 IIS 中创建虚拟目录,然后使用 Visual Studio 的发布向导来发布站点。

Create a virtual directory in IIS, then use Visual Studio's Publish wizard to publish the site.

春花秋月 2024-09-08 04:41:01

确保服务器安装了 microsoft .net Framework 3.5(推荐使用 sp1)运行时。使用Web 部署项目进行部署您的 ASP.NET 应用程序位于单个输出程序集中,或者使用 Web 发布向导来提取发布版本。确保构建不使用调试配置并且必须处于发布模式。创建一个网站或虚拟目录并将其配置为在 asp.net 2.0 下运行。您还需要定义应用程序应在哪个应用程序池下运行,可以是共享的也可以是隔离的。将您的 asp.net 版本复制到网站的根目录或虚拟目录,然后就可以开始了。

Make sure server has microsoft .net framework 3.5 (with sp1 recommended) runtime installed. Use web deployment projects for deploying your asp.net application in single output assembly or use web publishing wizard for extract a release build. Make sure the build does not use debug configuration and it must be in release mode. Create a website or virtual diretory and configure it to run under asp.net 2.0. You will also need to define under which application pool the application shall run, it could be shared or isolated one. Copy your asp.net build to the root directory of the website or the virtual directory and you're good to go..

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