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.
.aspx ページの .cs および .designer.cs ファイルを FTP 経由で配置サーバーに転送する際に配置する必要がありますか? または、アプリケーション dll で処理できますか?
いいえ、必要ありません。.csおよびファイルは、展開用.designer.csのファイルにコンパイルされます。.dll
.cs
.designer.cs
.dll
詳細については、次の記事を参照してください。
デプロイする必要があるファイルの決定 (C#)
DLL と aspx ページだけを展開する必要があります。.designerおよび.csファイルは、開発を継続するためのものです。
.designer