Fix development server port

This commit is contained in:
Stephan
2015-11-20 18:35:24 +01:00
parent 67c7ed1810
commit ee72621042

View File

@@ -2413,7 +2413,7 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>7310</DevelopmentServerPort>
<DevelopmentServerPort>7400</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:7400</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>