Fix Redirections when installed on other directories.

This commit is contained in:
2015-08-28 00:36:22 +02:00
parent 0d39f87789
commit d350f154b7
8 changed files with 13 additions and 13 deletions

View File

@@ -20,6 +20,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -65,7 +66,9 @@
<Content Include="Styles\02. Boards.css" />
<Content Include="Styles\05. Cards.css" />
<Content Include="Styles\10. Chat.css" />
<Content Include="Web.config" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="Code\Bundler.cs" />
@@ -133,7 +136,7 @@
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>31337</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:31337/</IISUrl>
<IISUrl>http://localhost:31337/VAR.Focus</IISUrl>
<OverrideIISAppRootUrl>True</OverrideIISAppRootUrl>
<IISAppRootUrl>http://localhost:31337/</IISAppRootUrl>
<NTLMAuthentication>False</NTLMAuthentication>