IOS Content Rotator Online Help
Requirments:
============
1) Windows 2003 Server.
2) Installed and Configured Internet Information Server (IIS) version 6.x or later.
3) Installed Microsoft Framework version 1.1 or later.
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.
|