无法使用 VS2010 在带有 WebDAV 的 Windows 2008 RC2 Server 上创建 Asp.net HTTP 应用程序

发布于 2024-11-08 13:06:19 字数 406 浏览 8 评论 0原文

我正在尝试在 VS2010 中创建一个 ASP.Net 网站(文件 -> 新建 -> 网站 -> ASP.NET 网站),并将 Web 位置设置为 HTTP,并将 url 设置为 Windows Server 2008 R2 框。

当我尝试这样做时,我收到一条错误消息:

无法创建网站 'http://[我的服务器名称]/网站。'这 Web 服务器似乎没有 已安装 FrontPage 服务器扩展。

因此,我去了解如何在 Win 2k8 R2 上安装 FPSE,发现不再提供它,而是使用 WebDAV。因此,我在 2k8 盒子上加载了 WebDav,但仍然收到上述错误。

我需要配置什么东西才能让它正常工作吗?

任何帮助表示赞赏!

I'm trying to create an ASP.Net website (File->New->Website->ASP.NET Web Site) in VS2010 with the Web location set to HTTP and the url set to a Windows Server 2008 R2 box.

When I try this I get an error that reads:

Unable to create the Web site
'http://[MYSERVERNAME]/WebSite.' The
Web server does not appear to have
FrontPage Server Extensions installed.

So, I went to find out how to install FPSE on Win 2k8 R2, and found out that it's no longer offered and to use WebDAV instead. So, I loaded up WebDav on the 2k8 box and I'm still getting the error above.

Is there something I need to configure, etc to get this to work properly?

Any help appreciated!!

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

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

发布评论

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

评论(2

故事未完 2024-11-15 13:06:19

配置 WebDav 后,您可以将驱动器映射到 Web 位置:
http://learn.iis。 net/page.aspx/350/installing-and-configuring-webdav-on-iis-7/

然后,我将驱动器映射到 http 位置,如教程中所示。

接下来,我在 VS2010 中创建了一个新站点,并使用我的映射驱动器作为位置。 VS 现在已挂起,但它通过 WebDAV 创建网站的目录结构,但需要很长时间才能完成!不确定这是否是我家里的网络/设置。第一次测试这个。

编辑:
后来我才知道你的Visual Studio不支持WebDav。您想要使用它的方式是在 VS 中本地创建站点,然后按照教程中的说明将其发布到映射驱动器(映射到 HTTP://... 位置的驱动器)。使用 Visual Studio 直接通过 UNC 路径在网站上工作将不起作用。

You can map your drive to the web location once WebDav is configured:
http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-7/

I then mapped a drive to the http location as shown in the tutorial.

Next I created a new site in VS2010 and for location i used my mapped drive. VS is now hung up but its creating the directory structure for a website over WebDAV however its taking very long to do so!!! Not sure if this is my network/setup that i have here at home. Testing this out for the first time.

Edit:
I learned later that you Visual Studio does not support WebDav. The way you'd want to use it is to create the site locally in VS and then publish it to the mapped drive as instructed in the tutorial (the drive that's mapped to an HTTP://... location). Working on the site directly via the UNC path with Visual Studio will not work.

殊姿 2024-11-15 13:06:19

Tad:在您的计算机上运行 Web 平台安装程序,看看它是否提供 FPSE。

Tad: Run the Web Platform Installer on your machine and see if it offers FPSE.

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