Exploring Windows SharePoint Services
Exploring Windows SharePoint Services
In case you haven’t heard about it yet, Windows SharePoint Services (WSS) allows both teams and individuals to quickly create Web sites that are used for information sharing and collaboration. One of the main benefits of WSS is that it helps to increase the overall organization productivity. WSS is a free add-on component of Windows Server 2003 and out of the box provides team based services and sites that can operate independently or in conjunction with the Microsoft Office System and other desktop programs. Written as an ASP.NET based application, WSS is designed to leverage the .NET Framework and also serves as a platform for application development. WSS is a complex application that offers many different areas of customization for developers. In this article, we will cover the area of how WSS uses the web.config file and how this can be extended by .NET developers. More..