Extra nOtes for installation of Chapter 9 applications.

Create two directories like c:\inetPub\wwwroot\WroxFileServer and
c:\inetPub\wwwroot\WroxSoapServer.
Unzip the contents of the file SoapSrv (ASP).zip into
c:\inetPub\wwwroot\WroxSoapServer.
Unzip the contents of the file WroxFileServer (ASP).zip into
c:\inetPub\wwwroot\WroxFileServer.
Create the directory c:\inetPub\wwwroot\WroxFileServer\ProductFiles - which will be empty initially.
Create the directory c:\inetPub\wwwroot\WroxSoapServer\config
Place your SOAPBindings.xml file into the config directory.

Next start IIS Administrator and create a virtual root for
c:\inetPub\wwwroot\WroxSoapServer called WroxSoapServer.
Now create a virtual root for c:\inetpub\wwwroot\WroxFileServer called
WroxFileServer.

Next you edit the global.asa file in the WroxSoapServer/config directory.
You need to change the two lines below:

Application("ConnString") = "DRIVER=SQL Server;SERVER=yourserver;UID=wrox;
PASSWORD=wrox"
Application("XmlServerURL") =   "http://yourserver/WroxFileServer/PutFile.asp"

[These lines are the results of editing on my system. As you can see, I have
created a SQL Server database on my computer am11 and made it the default
database for a user called wrox with a password of wrox.]


