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 针对Office 365的提供商托管应用程序和Atohosted应用程序?_Sharepoint_Sharepoint Apps - Fatal编程技术网

Sharepoint 针对Office 365的提供商托管应用程序和Atohosted应用程序?

Sharepoint 针对Office 365的提供商托管应用程序和Atohosted应用程序?,sharepoint,sharepoint-apps,Sharepoint,Sharepoint Apps,您能否为Office 365使用提供商托管的应用程序和自动托管的应用程序?怎么用?您可以在其中编写服务器端代码,那么它们如何与联机一起工作?您可以将提供商托管的应用程序和自动托管的应用程序与SharePoint Online一起使用。它们之所以有效,是因为您的服务器端代码未托管在SharePoint上-对于自动托管的应用程序,您的代码托管在Azure网站上,对于提供商托管的应用程序,某些提供商托管它。所以,基本上,在SharePoint网站中,应用程序包中包含指向外部网站的“链接”。外部网站可以

您能否为Office 365使用提供商托管的应用程序和自动托管的应用程序?怎么用?您可以在其中编写服务器端代码,那么它们如何与联机一起工作?

您可以将提供商托管的应用程序和自动托管的应用程序与SharePoint Online一起使用。它们之所以有效,是因为您的服务器端代码未托管在SharePoint上-对于自动托管的应用程序,您的代码托管在Azure网站上,对于提供商托管的应用程序,某些提供商托管它。所以,基本上,在SharePoint网站中,应用程序包中包含指向外部网站的“链接”。外部网站可以使用SharePoint的某些功能(例如获取其数据或使用chrome控件)

所以,如果您在SharePoint Server中使用提供商托管的应用程序或自动托管的应用程序,它们也会使用Azure和som提供商来托管它?或者服务器端代码只是在SharePoint中?自动托管和提供商托管的应用程序的不同之处在于它们的托管方式—自动托管在Azure上,提供商托管在其他地方(例如您自己的IIS)。服务器端代码在主机上运行。