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.
最近、asp.net (フレームワーク 2.0) プロジェクトをアップグレードして、新しいフレームワークを導入しました。4.0。新しいフレームワークを指していることをキャプチャするために、サイト全体を再度デプロイする必要がありますか?それとも、代わりにデプロイする必要がある特定のファイルがありますか?
web.config でターゲット フレームワークを変更することもできますが、変更を行ったら再構築/再デプロイすることをお勧めします。
<compilation debug="true" targetFramework="4.0">