2 Home
jason-zhu edited this page 2023-10-22 00:42:35 +11:00

Home

This project is a practice project following ASP.NET MVC from DotNetTutorial

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.

Suggested Reading before continue

There are many topic should be familiar before learn ASP.NET MVC development: