Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IIS は asp.net mvc 要求または通常の asp.net ページ要求をどのように区別し、2 つの異なる要求をどのように処理しますか?
誰でもこれで私を助けてもらえますか?
ルーティング (通常は global.asax で構成) は、実際の aspx ページではなく、コントローラー/アクションによって処理されるように URL を構成します。
URL がルートと一致しない場合、アクションではなく実際のファイルを見つけようとします。