From b0a3cbc70b9ead4213faabdaa4ba49c0d0b965eb Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期二, 27 七月 2021 08:15:16 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-WEBS --- CLOUDWEB/CLOUDWEB.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/CLOUDWEB/CLOUDWEB.csproj b/CLOUDWEB/CLOUDWEB.csproj index 0d632b1..95784c7 100644 --- a/CLOUDWEB/CLOUDWEB.csproj +++ b/CLOUDWEB/CLOUDWEB.csproj @@ -19,6 +19,8 @@ <IISExpressAnonymousAuthentication /> <IISExpressWindowsAuthentication /> <IISExpressUseClassicPipelineMode /> + <Use64BitIISExpress /> + <UseGlobalApplicationHostFile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -349,6 +351,9 @@ <Content Include="Account\Web.config" /> <Content Include="Site.Master" /> </ItemGroup> + <ItemGroup> + <WCFMetadata Include="Connected Services\" /> + </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> -- Gitblit v1.9.1