1

I'm new to Sharepoint and Visual Studio. I want to understand which is the proper way to create a WSP using Visual Studio.

The WSP must have this content:

  • Folder ISAPI which contains service.svc file;
  • manifest.xml file;
  • myLibrary.ddl file;

Which type of project should I create in Visual Studio to have this output? Which are the various steps to create this file in Visual Studio?

Kench
  • 11
  • 2

1 Answers1

0

You need create farm solution.

Custom CF DEMO1 Custom CF DEMO2

Publish when you ready to deploy your solution(VS2017 in my local, VS2019 should be similar).

enter image description here

Lee
  • 5,305
  • 1
  • 6
  • 12