将 Visual studio 2008 Web 应用程序部署到 IIS 6 的正确步骤是什么
目前,我有一个使用 .NET Framework 3.5 的 Visual Studio 2008 Web 应用程序,我想部署到我的 IIS 6 服务器。我尝试使用“构建”>发布菜单将我的网站发布到 IIS 6,但它一直给我这个错误:
Visual Web Developer 不支持在 SharePoint Web 服务器上创建网站。请参阅帮助了解更多详细信息。
那么,有人可以与我分享一些关于部署 Web 应用程序的正确过程的见解吗?
供您参考:MOSS 2007 也已安装。
Currently, I have a Visual Studio 2008 Web Application using .NET Framework 3.5 and I want to deploy to my IIS 6 server. I have try to use the Build > Publish menu to publish my site to IIS 6 but it keep on giving me this error:
Visual Web Developer does not support creating Web sites on a SharePoint Web server. See Help for more details.
So, may anyone share with me some insight on the correct procedure to deploy my Web application?
For your info: MOSS 2007 is also installed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用相同的发布命令,但目标是本地文件系统文件夹或网络共享,而不是 IIS。将二进制文件和页面放入此类文件夹后,使用文件副本手动部署到 iis 上。
Try to use the same publish command but target a local file system folder or a network share and not IIS. Once you have got your binaries and pages in such folder deploy on iis manually with a file copy.
谢谢 Davide,
实际上我使用了另一个命令来执行部署。
Thanks Davide,
Actually I used another command to perform the deploy.