|
|
@@ -21,9 +21,9 @@
|
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
|
<UseIISExpress>true</UseIISExpress>
|
|
|
<IISExpressSSLPort />
|
|
|
- <IISExpressAnonymousAuthentication />
|
|
|
- <IISExpressWindowsAuthentication />
|
|
|
- <IISExpressUseClassicPipelineMode />
|
|
|
+ <IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication>
|
|
|
+ <IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
|
|
|
+ <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
|
|
|
<UseGlobalApplicationHostFile />
|
|
|
<UpgradeBackupLocation />
|
|
|
<Use64BitIISExpress />
|
|
|
@@ -289,6 +289,7 @@
|
|
|
<ItemGroup>
|
|
|
<Content Include="Web.config">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
</Content>
|
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
|
<Content Include="Views\Shared\_HeaderNavBar.cshtml" />
|