Added Home page

jason.zhu 2021-02-26 11:31:12 +11:00
commit accad6ce7a

11
Home.md Normal file

@ -0,0 +1,11 @@
# Home
This project is a practice project following [ASP.NET MVC from DotNetTutorial](https://dotnettutorials.net/lesson/asp-dot-net-mvc-application/)
## Settings
For debugging in Rider, need tweek port for projects:
1. Right click project, click "Properties"
2. In "Web Configuration", redefine URL (not default `http://localhost:5000`), maybe something `http://localhost:5100`
3. Overwrite Development port, port number same as redefined URL as shown above
4. In "Run/Debug Configuration", select project want to run, change Open browser URL to desired one.