【发布时间】:2010-09-14 06:51:41
【问题描述】:
我正在使用 Apache 2.2 在我的本地计算机上尝试单击一次。
我在 httpd.conf 中添加了以下内容
AddType application/x-ms-application .application
AddType application/manifest .manifest
AddType application/octet-stream .deploy
AddType application/octet-stream .msp
AddType application/octet-stream .msu.
我已将发布文件夹和安装文件夹路径指定为http://localhost。我正在使用带有 3.5 SP 1 的 vs2008。当我单击发布时,我收到此错误
Error 23 Failed to connect to 'http://localhost/' with the following error: Unable to open the Web site 'http://localhost/'. To access Web sites on the local IIS Web server, you must run Visual Studio under an Administrator account in order to have access to the IIS metabase. Alternatively, install FrontPage Server Extensions (FPSE) and then grant FPSE access to users who will run Visual Studio.
请让我知道我错过了什么?
谢谢
【问题讨论】:
标签: visual-studio apache2 clickonce publish