1. At a command prompt, stop IIS by typing:
net stop w3svc
2. Delete the following files from the IIS scripts directory on your Web server:
" ctxadmin.dll
" CtxConfProxy.dll
" ctxsta.dll
" radexml.dll
" wpnbr.dll
3. At a command prompt, restart IIS by typing:
net start w3svc
The XML Service no longer shares a port with IIS.
4. To ensure the XML Service is stopped, at a command prompt, type:
net stop ctxhttp
5. At a command prompt, to unload the XML Service from memory, type:
ctxxmlss /u
6. To install the XML service, type:
ctxxmlss /rnn
where nn is the number of the port you want to use; for example,
ctxxmlss /r88 forces the Citrix XML Service to use TCP/IP port 88.
7. At a command prompt, stop the XML Service by typing:
net stop ctxhttp
|