RESTful Webservice with VS 2015

14,661

Solution 1

If you check the drop down in the top of the File => New Project box, make sure that .NET Framework version is at least 4.5. There should be a list that includes ASP .NET Web application. Clicking that should open another dialog box with the templates for creating a Web API solution

Solution 2

You could create RESTful Services using WCF services. And to use WebApi download and install the latest version of ASP.NET mvc.

Share:
14,661
clamp
Author by

clamp

hello

Updated on August 17, 2022

Comments

  • clamp
    clamp over 1 year

    I would like to create a RESTful webservice with writing C# and Visual Studio 2015

    But in VS 2015 community edition I am missing the basic "Web" type in templates.

    What is the recommended project type to create webservices now?

    enter image description here

  • clamp
    clamp over 8 years
    thx, but no matter what framework version i choose, there is nothing about web or webapi or asp.net