Forum Discussion
Tayyab Suhail
May 11, 2020Copper Contributor
Transition Asp.net Web API to SharePoint Online
Hi Community, This is in relation to deploy Asp.net solutions to SharePoint online. I have a product developed in Asp.net MVC with Restful services built on top of Asp.net Web API 2. I want to en...
Beau Cameron
May 11, 2020MVP
Tayyab Suhail There is no "hosting" of applications like this within SharePoint Online. Even provider-hosted apps are hosted on-premises or somewhere else (Azure). If by hosting you mean just showing in SharePoint, this can be done with just an IFrame (of course the user experience won't be great).
If your client is actually asking to host the application in SharePoint Online, this wouldn't be possible.