Modified port for host website from Rider

1_basic
jason.zhu 2021-02-26 11:34:29 +11:00
parent 97dd68d0f3
commit a5d8c2ab78
2 changed files with 82 additions and 82 deletions

View File

@ -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>

View File

@ -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 />