ASPSMARTMAIL : DOCUMENTATION |
Installation Last modified : february 1st, 2000 © 2000 Advantys. All rights reserved. |
Installing aspSmartMail can be broken down into three main steps :
- decompressing the installation files
- installing the aspSmartMail.dll component on the NT server
- installing the samples, comprising scripts & html pagesThese three steps are described in detail below :
- 1Mo of free disk space
- Web Server (Microsoft IIS, Personal Web Server and ASP)
- Windows NT 4 Service pack 3+, Microsoft IIS 4 or Microsoft Windows 95 with Winsock 2.0 or Windows 2000
For Microsoft IIS 3 users :
+ VB6 Runtime
+ asp.dll (version 1.0b+) : http://www.microsoft.com/office/intranet/modules/asp411s3.asp
+ Microsoft Script Runtime(scrrun.dll version 3.1.0.2230+) : http://msdn.microsoft.com/scripting
Step 1 : Decompressing the installation file
All the aspSmartMail files are to be found in aspSmartMail.zip. You should decompress aspSmartMail.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 : Installing the aspSmartMail.dll component
You have to register aspSmartMail.dll on your server. The dll can be registered by using either Regsvr32.exe OR Microsoft Transaction Server (MTS).
1st Solution: Using RegSVR32
Copy aspSmartMail.dll into to a folder on your NT server (e.g. c:\mydir).
Save it using the commands :
REGSVR32.EXE c:\mydir\aspSmartMail.dll (In DOS or using Start/Run...)
2nd Solution: Using Transaction Server
Choose the NT server you want to install aspSmartMail on to.
Create a new batch.
In the component folder, create a new component called aspSmartMail.
Paste aspSmartMail.dll to Transaction Server to save it.
Step 3 : Installing the examples (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\aspSmartMail\MyInetpub\scripts\aspSmartMail
to folder
\inetpub\scripts
Copy the folder
\temp\aspSmartMail\MyInetpub\wwwroot\aspSmartMail
to folder
\inetpub\wwwroot
Test
Using your browser, enter the following address :
http://your_web_server/aspSmartMail/default.htm
© 2000 Advantys. All rights reserved. |