I have a website created in html but now it needs to sit on a Sharepoint server. How do we make the HTML files work on a Sharepoint server?
-
You want to host your website on a SharePoint Server or within the SharePoint farm? It's not the same thing.jleture– jleture2024-09-04 10:31:08 +00:00Commented Sep 4, 2024 at 10:31
-
did you still need assistance on this subject?jleture– jleture2024-10-15 09:24:46 +00:00Commented Oct 15, 2024 at 9:24
Add a comment
|
1 Answer
A SharePoint Server, to be more precise a SharePoint server with Web Front-End
(WFE) role is a Windows Server with Internet Information Service
(IIS).
So you can use IIS to host your website by creating a new web application over your HTML folder. With this scenario you don't use SharePoint at all, only IIS.
References: