SharePoint Products & Technologies

Configuration

Required Files

Files to download:

SharePoint 2007 includes SQL Server 2005 Express Edition but only for single-server installations. If you want to be able to extend to multiple servers, you will need to run the Advanced Installation and must have already installed SQL Server

Additional developer files to download:

Installation

Post Installation

Web Farm Configuration

Administration, Management and Monitoring

Security

Troubleshooting Tips

To locate stsadm.exe, it's in \programfiles\common files\microsoft shared\web server extensions plus the folder for the version - 12 for WSS v3, 60 for WSS v2

To restart IIS, at the command prompt type: iisreset

If you get a runtime error, the default response will be to tell you that the error message details cannot be viewed and advise you to change the customErrors tag in the web.config file. On a default installation, navigate to the following path: c:\inetpub\wwwroot\wss\VirtualDirectories. Then open the folder representing the correct port number for the web application that served up the error message (e.g. folder 80 corresponds to http://servername) and edit the web.config file as per the instructions

 

Linked From/To