Modified port for host website from Rider
parent
97dd68d0f3
commit
a5d8c2ab78
|
@ -158,7 +158,7 @@
|
||||||
<virtualDirectory path="/" physicalPath="C:\Users\jason.zhu\SynologyGitea\dotnettutorial-asp-dot-net-mvc\repo\FirstMVCApplication" />
|
<virtualDirectory path="/" physicalPath="C:\Users\jason.zhu\SynologyGitea\dotnettutorial-asp-dot-net-mvc\repo\FirstMVCApplication" />
|
||||||
</application>
|
</application>
|
||||||
<bindings>
|
<bindings>
|
||||||
<binding protocol="http" bindingInformation="*:5000:localhost" />
|
<binding protocol="http" bindingInformation="*:5100:localhost" />
|
||||||
</bindings>
|
</bindings>
|
||||||
</site>
|
</site>
|
||||||
</sites>
|
</sites>
|
||||||
|
|
|
@ -191,9 +191,9 @@
|
||||||
<WebProjectProperties>
|
<WebProjectProperties>
|
||||||
<UseIIS>True</UseIIS>
|
<UseIIS>True</UseIIS>
|
||||||
<AutoAssignPort>True</AutoAssignPort>
|
<AutoAssignPort>True</AutoAssignPort>
|
||||||
<DevelopmentServerPort>5000</DevelopmentServerPort>
|
<DevelopmentServerPort>5100</DevelopmentServerPort>
|
||||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||||
<IISUrl>http://localhost:5000/</IISUrl>
|
<IISUrl>http://localhost:5100/</IISUrl>
|
||||||
<NTLMAuthentication>False</NTLMAuthentication>
|
<NTLMAuthentication>False</NTLMAuthentication>
|
||||||
<UseCustomServer>False</UseCustomServer>
|
<UseCustomServer>False</UseCustomServer>
|
||||||
<CustomServerUrl />
|
<CustomServerUrl />
|
||||||
|
|
Loading…
Reference in New Issue