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 Webプロジェクトにコードを持っています...そのコードをasp.net Webサイトに変換したい..誰かが私のコードの変換を手伝ってくれますか....
VisualStudio でプロジェクトを Web サイトとして開きます。
そのための新しいソリューション ファイルを保存します。
「*.designer」ファイルをすべて削除します。
すべてのユーザー インターフェイス ファイル (*.ASCX および *.ASPX) のコード インフロントで、Page ディレクティブ属性を "codebehind" から "codefile" に変更します。