创建虚拟目录失败并出现错误:配置文件 applicationhost.config 有问题

Posted

技术标签:

【中文标题】创建虚拟目录失败并出现错误:配置文件 applicationhost.config 有问题【英文标题】:Creation of the virtual directory failed with error: problem with configuration file applicationhost.config 【发布时间】:2021-07-23 17:43:33 【问题描述】:

我有一个关于 TFS 的项目,我在两个不同的文件夹下有两个解决方案:

项目>.NET>projectwebhr 项目>.NETprojectwebfinance

当我尝试加载第一个项目时,它加载时没有错误。 同时,我想通过在 Visual Studio 中打开第二个项目来加载它,但我收到以下错误:

我已经关注了这些steps,但徒劳无功。 当我检查配置文件时,我发现以下内容:

  <sites>
            <site name="WebSite1" id="1" serverAutoStart="true">
                <application path="/">
                    <virtualDirectory path="/" physicalPath="%IIS_SITES_HOME%\WebSite1" />
                </application>
                <bindings>
                    <binding protocol="http" bindingInformation=":8080:localhost" />
                </bindings>
            </site>
            <site name="projectwebhr" id="2">
                <application path="/" applicationPool="Clr4IntegratedAppPool">
                    <virtualDirectory path="/" physicalPath="C:\XXX\projectwebhr\projectwebhr" />
                </application>
                <bindings>
                    <binding protocol="http" bindingInformation="*:2101:localhost" />
                </bindings>
            </site>
            <siteDefaults>
                <logFile logFormat="W3C" directory="%IIS_USER_HOME%\Logs" />
                <traceFailedRequestsLogging directory="%IIS_USER_HOME%\TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />
            </siteDefaults>
            <applicationDefaults applicationPool="Clr4IntegratedAppPool" />
            <virtualDirectoryDefaults allowSubDirConfig="true" />
        </sites>

但找不到第二个文件夹的站点名称

【问题讨论】:

【参考方案1】:

您可以尝试将第二个文件夹的站点添加到配置文件中的&lt;sites&gt;节点。

【讨论】:

已经做了,但问题仍然存在【参考方案2】:

我最终从 IISExpress 文件夹中删除了 Sync,如下所示:

【讨论】:

以上是关于创建虚拟目录失败并出现错误:配置文件 applicationhost.config 有问题的主要内容,如果未能解决你的问题,请参考以下文章

VS 创建虚拟目录失败,映射到其他文件夹!

创建虚拟目录失败,错误:redirection.config

创建虚拟目录 http://localhost:1001/ 失败,错误: 无法创建网站

Excel.Application 对象创建失败,该怎么解决

为啥 Flutter 构建失败并出现错误无法解析配置“:app:debugRuntimeClasspath”的所有文件

Heroku CLI 登录失败并出现错误“错误:ENOENT:没有这样的文件或目录,打开 'H:/_netrc'”