locked
Put Asp.net site in Office365 business or sharepoint site RRS feed

  • Question

  • User-775831949 posted

    Is this possible?
    I found in sharepoint site only Team and Communication sites are available. I wish to put my asp.net in it. How?

    Thanks

    Wednesday, June 19, 2019 12:32 PM

All replies

  • User1724605321 posted

    Hi hkbeer ,

    You can try to deploy that as a Hosted add-in in SharePoint ,

    Here's a summary of provider-hosted add-ins:

    • They include a web application, service, or database that is hosted externally from the SharePoint farm or SharePoint Online subscription. They may also include SharePoint components. You can host the external components on any web-hosting stack, including the LAMP (Linux, Apache, MySQL, and PHP) stack.
    • The custom business logic in the add-in has to run on either the external components or in JavaScript on custom SharePoint pages.

    Reference : 

    https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins 

    Best Regards,

    Nan Yu

    Thursday, June 20, 2019 3:53 AM