ASPSMARTIMAGE : DOCUMENTATION |
Installation Last modified : november 5, 2001 © 2002 Advantys. All rights reserved. |
Installing aspSmartImage can be broken down into three main steps :
- decompressing the installation files
- installing the aspSmartImage.dll component on the NT server
- installing the ijs15 library on the NT serverThese three steps are described in detail below :
Server :
- 600Ko of disk free space
- Windows NT 4 Service pack 3+, Microsoft IIS 4
or Windows 95+, Personal Web Server, ASP
or Windows 2000
Browser:
All.
Step 1 : Decompressing the installation files
All the aspSmartImage files are to be found in aspSmartImage.zip. You should decompress aspSmartImage.zip to a temporary folder, ensuring the folder structure remains intact. For example : if you decompress the file to \temp, your tree should look like this :
Step 2 : Register the component
You have to register aspSmartImage.dll on your server. The dll can be registered by using either Regsvr32.exe OR Microsoft Transaction Server (MTS).
1st Solution : Using RegSVR32
Copy aspSmartImage.dll into to a folder on your NT server(e.g. c:\mydir). Save it using the commands :
REGSVR32.EXE c:\mydir\aspSmartImage.dll (In DOS or using Start/Run...)2nd Solution: Using Transaction Server
Choose the NT server you want to install aspSmartImage on to. Create a new batch.
In the component folder, create a new component called aspSmartImage.
Paste aspSmartImage.dll to Transaction Server to save it
You have to copy ijl15.dll in a folder included in your PATH
For exemple if your system is installed in C:\winnt, put ijl15.dll in c:\winnt\system32
Step 4 : Installing the samples (scripts & html pages)
Installation
ASP applications must be installed into run-enabled web folders. If your site has a structure as follows :
\inetpub
\inetpub\scripts
\inetpub\wwwroot
Copy the folder
\temp\aspSmartImage\MyInetpub\scripts\aspSmartImage
to folder
\inetpub\scripts
Copy the folder
\temp\aspSmartImage\MyInetpub\wwwroot\aspSmartImage
to folder
\inetpub\wwwroot
Test
Using your browser, enter the following address :
http://your_web_server/aspSmartImage/default.htm
© 2001 Advantys. All rights reserved. |