Sharepoint creates folders to hold website content for the Web Applications you create. Many would like to know where they are. Well, usually they are at this location:

C:\Inetpub\wwwroot\wss\VirtualDirectories\

in this directory you will find numbers. These correspond to the port numbers the Web Applications listen on. You almost certainly will find a folder named 80. This is the default Sharepoint installation application.

Inside this folder ( the 80 folder, eh. ) you will discover the holy web.config and also revered global.asax for the default Web Application. :) I leave the rest of the discovery to you as an exercise.

Tags: , , ,