Dzięki za odpowiedź :-)
Zrobię tak, jak sugerujesz, czyli na IIS-ie. Niemniej jednak Apache'a zostawię też włączonego, bo odpalona jest na nim jedna stronka (choć ewentualnie wyłączyć go mogę). I włączonego KF Web Server, bo on został zainstalowany przez głównego administratora serwera. Mam nadzieję, że te trzy programy się nie pogryzą

.
Wszedłem w "Control Panel" -> "Administrative Tools" -> "Internet Information Services", wcisnąłem prawym przyciskiem myszy w "Web Sites", ale nigdzie nie widziałem żadnego "Add Site", w menu "File" też nie.
No to wchodzę w katalog F:\Inetpub\wwwroot\htdocs i tam skopiowałem katalog "WebSite". Rzecz w tym, że głównym plikiem nie jest "index.htm", tylko "Default.aspx".
Druga sprawa to uruchomienie skryptu MSSQL na Microsoft SQL Server 2008:
C:\Documents and Settings\useruser>osql -Usa -Ppassword -i "F:\Data\MyApplication\Scripts\CreateDb.sql"
[SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [2].
[SQL Server Native Client 10.0]Login timeout expired
[SQL Server Native Client 10.0]A network-related or instance-specific error has occured while establishing a connection to SQL Server. Server is not found of not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
Pozdrawiam!