简体   繁体   English

在SharePoint Online上部署ASP.NET应用程序

[英]ASP.NET Application Deploy on SharePoint Online

Is it possible to deploy a asp.net web application on SharePoint online. 是否可以在SharePoint Online上部署asp.net Web应用程序。 If possible, please tell me the steps how can i make this happen. 如果可能的话,请告诉我相关步骤,我该如何做到这一点。

asp.net application is on latest .net framework and visual studio 2017. asp.net应用程序位于最新的.net框架和Visual Studio 2017中。

Unfortunately - no. 抱歉不行。 It is not possible to host any kind of server-side code directly in SharePoint Online. 不能直接在SharePoint Online中托管任何类型的服务器端代码。 SharePoint Online doesn't expose or give access to any IIS settings of the underlying infrastructure - everything for better security and performance of the whole service. SharePoint Online不会公开或提供对基础结构的任何IIS设置的访问权限-一切都是为了提高整个服务的安全性和性能。

You can, however, connect externally hosted web applications to SharePoint using so-called Provider-hosted apps. 但是,您可以使用所谓的提供商托管应用程序将外部托管的Web应用程序连接到SharePoint。 You can deploy them in (for example) Microsoft Azure and then connect them to SharePoint as if they were a part of the same cloud solution. 您可以将它们部署在(例如)Microsoft Azure中,然后将它们连接到SharePoint,就好像它们是同一云解决方案的一部分一样。 You may find this article helpful: https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins 您可能会发现这篇文章很有帮助: https : //docs.microsoft.com/zh-CN/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM