Can I have SharePoint Foundation installed without IIS?

894 Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

I am afraid that IIS is a requirement, SharePoint won't even install without it.

0
On

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