Removing subfolder from Orchard.Web site URL in IIS Express (fixes configuration section YSOD issue).

This commit is contained in:
Daniel Stolt
2013-12-09 19:55:33 +01:00
parent 7df4f0abb6
commit cfa4a5dfc2

View File

@@ -209,9 +209,7 @@
<DependentUpon>HostComponents.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
</ItemGroup>
<ItemGroup />
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
</Target>
@@ -223,7 +221,7 @@
<AutoAssignPort>False</AutoAssignPort>
<DevelopmentServerPort>30321</DevelopmentServerPort>
<DevelopmentServerVPath>/OrchardLocal</DevelopmentServerVPath>
<IISUrl>http://localhost:30321/OrchardLocal</IISUrl>
<IISUrl>http://localhost:30321</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>