Content Rotator simple replacement for Microsoft Windows component 
MSWC.ContentRotator. Windows 2003 Server not support this popular 
componet and to transfer web-site to w2k3 need to correct many pages. 
Ios Content Rotator support main function ChooseContent from 
MSWC.ContentRotator, have very simple installation and successfuly 
work in Windows 2003 Server.




Install IosContentRotator to Windows 2003 Server:
===============================

1. Copy IosContentRotator.dll and RegAsm.exe to 
   %SystemRoot%\System32\inetsrv directory 
   (for example C:\WINDOWS\System32\inetsrv).

2. In comand prompt (from this folder) run:
   regasm /tlb IosContentRotator.dll

3. In any asp-script type:
   Set Tip = Server.CreateObject("IosLib.ContentRotator")
   response.write Tip.TestMessage("C:\Data\inetpub\wwwroot\content.txt")

PS:
   C:\Data\inetpub\wwwroot\content.txt - full path to content file.
   Use the follow format:

	%% #3

	<!-- Content 1 -->

	%% #7

	<!-- Content 2 -->

	%% #0

	<!-- Content 3 -->

   like in content file for MSWC.ContentRotator.

For any suggessions and questions:
HTTP: http://www.sources.ru/ios/
Email: purpe@pisem.net
