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 Web ルートに保持されている場合、global.asax の Application_Start が呼び出されますか?
Application_Startアプリケーション プールがリサイクルされるたびにトリガーされます。これは通常、bin フォルダーまたは web.config 内のファイルの一部を更新するときに発生します。したがって、サイトを再公開してこれらのファイルの一部を更新すると、IIS はアプリケーションをアンロードし、Application_Start次にリクエストが来たときに起動します。
Application_Start