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 サイトがあり、RESTful API を使用したいと考えています。Visual Studio 内で新しい MVC サイトを作成せずにこれを使用できますか?
これは、WebフォームプロジェクトでASP.NET MVC Web APIを利用して、 RESTfulAPIを実装する場合に役立つ可能性があります。
一般にASP.NETMVCを既存のWebフォームアプリケーションに混在させたい場合は、次のようなものを試すことができます。また、1つのプロジェクト/ソリューションで2つを一緒に混合する方法についてのSOとWebに関するかなりの量の文献があるはずです。