Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_运维百科Closed 11 years ago.
Improve this questionCan anyone explain me properly what is the actual difference between IIS6.0 and SharePoint
Simple answer: IIS is a web server, SharePoint is an application (web application + a set of services) that's hosted in IIS.
SharePoint is used for a LOT more than just document management - it's used for integrating data from back end systems, business process workflows, enterprise search...it's capabilities are pretty much a laundry list.
One is a webserver capable of hosting web pages and web applications (IIS). The other (Sharepoint) is usually used for content management or document management systems, and sharing documents/information in (usually small-to-medium) companies.
精彩评论