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.
App_Code フォルダーを使用する通常の Web サイトとモバイル サイトがあります。問題は、サイトが多くの機能を共有していることです。私は次のテクニックを試しました
サブドメインから通常のサイトの App_Code フォルダーを参照しています。これは機能しません。コンパイルエラーが発生します
通常のサイトの App_Code フォルダーを複製し、サブドメインで使用します。これにより、名前空間の競合が発生します
競合しないように、すべての名前空間を変更することになりました...