Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
sharepoint中的RESTful WCF_Wcf_Sharepoint_Rest - Fatal编程技术网

sharepoint中的RESTful WCF

sharepoint中的RESTful WCF,wcf,sharepoint,rest,Wcf,Sharepoint,Rest,我可以在sharepoint网站上使用RESTful WCF服务吗?关键点: 将WCF配置添加到SharePoint网站的web.config 将服务配置为在ASP.NET兼容模式下运行。这可确保它们通过SharePoint所需的ASP.NET管道运行 在IIS网站目录中创建保存.svc文件的路径。将其设置为非托管,以便SharePoint不会干扰 部署服务的DLL 这里有很多细节不适合。请阅读完整的示例和有关如何完成上述所有操作的更多信息,以及更多技术,如在解决方案中进行打包。还有,也很详

我可以在sharepoint网站上使用RESTful WCF服务吗?

关键点:

  • 将WCF配置添加到SharePoint网站的web.config

  • 将服务配置为在ASP.NET兼容模式下运行。这可确保它们通过SharePoint所需的ASP.NET管道运行

  • 在IIS网站目录中创建保存.svc文件的路径。将其设置为非托管,以便SharePoint不会干扰

  • 部署服务的DLL

这里有很多细节不适合。请阅读完整的示例和有关如何完成上述所有操作的更多信息,以及更多技术,如在解决方案中进行打包。还有,也很详细

如果您想深入了解WCF,包括Daniel Larson阅读的关于将其与SharePoint集成的一章