From accad6ce7a3f7bda913ab990bee5562d0c6ac50d Mon Sep 17 00:00:00 2001 From: "jason.zhu" Date: Fri, 26 Feb 2021 11:31:12 +1100 Subject: [PATCH] Added Home page --- Home.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..7ab87a0 --- /dev/null +++ b/Home.md @@ -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. \ No newline at end of file