mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-17 08:15:21 +08:00
Set UseGlobalApplicationHostFile=True in Orchard.Web.csproj.
This prevents VS2015 from creating a local applicationHost.config file in the solution, which in our case is excluded from source control anyway and therefore isn't used as intended.
This commit is contained in:
parent
1c4c64b812
commit
eb81c20f04
@ -20,6 +20,7 @@
|
||||
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
|
||||
<IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
|
||||
<TargetFrameworkProfile />
|
||||
<UseGlobalApplicationHostFile>True</UseGlobalApplicationHostFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
Loading…
Reference in New Issue
Block a user