私は Web ページの開発に慣れていないので、いつも最初に質問するのは、Web ページを設計するときは通常、開始ページを宣言するのですか? ということです。
Sometimes I get confused when building a web application in VS, I notice that when working on built web apps, we can't normally do the "Start Debugging" and a new window will appear for the application to be debugged. Instead, we normally go to the browser and type an address of the "starting page".
I'm relatively new to web page development, and I've been always curious why do we do that and how can we easily follow which page to start with?
Thanks!