Can I add [WebMethod] to the asp.net application for Sharepoint 2013? Added links to System.Web and Sytem.Web.Services, but it still gives an error that the assembly directive is missing ..

  • Read carefully SOAP. It works for me. Libraries will list. - nick_n_a
  • Libraries System.Web.Services, System.Web.UI, System.ComponentModel. System.Web, System.Web.Extention, System.Web.Services is connected to references - nick_n_a
  • There you also need to configure web.config correctly - nick_n_a
  • Thanks for the answer. Tell me what to do with web.config .. - Roman Egorov

0