Can I install SharePoint Foundation without IIS?

If I want to access only the SharePoint Foundation document library from the .Net application (and not the web application) using the API (and not the web services), is it possible to install SharePoint Foundation without IIS?

+3
source share
2 answers

I am afraid that IIS is a requirement, SharePoint will not even install without it.

+5
source

No. SharePoint is basically an IIS / ASP.Net HTTP module and request processor.

+2
source

Source: https://habr.com/ru/post/1762026/


All Articles