Busy for one hours, I finally installed on the Win32 version of the iasp. Here is a couple of installation steps.
1
http://www.stryon.com/Download Iasp's Win32 version: IASP2.1.01.EXE,10M around.
2 Make sure that your Win2000 server has Jdk,apache installed. I installed as:
Apache_1.3.27-win32-x86-no_src.exe
Jdk140.exe
3 Double click Iasp2.1.01.exe to start the installation. Ann prompts to do it. I install the path is: c:\IASP2101
4 when the installation is complete, prompts whether to configure Iasp now. Of course the choice: Yes.
5 Configuration:
Step One: Agent service (proxy) selection: Instant ASP native servlet support
Step Two: WEB Server selection: Apache. (You can do whatever it prompts)
Step three: Select the Apache profile: the location of the httpd.conf. I was: c:\apache\conf\httpd.conf
Version Selection 1.3.2X (selected according to your Apache version).
Proxy: If you have a fixed IP, add your fixed IP. If not, add: 127.0.0.1.
Port: This is the proxy interface between Apache and iasp. Use the default (9098).
Server Manager port: Remote Management ports, select Default (9095).
Fourth step: Configuration complete.
6 Description: Iasp in the Apache configuration file httpd.conf finally added the following statement:
# IASP Setting
LoadModule iasp_module "C:/iasp2101/bin/apache/win32/1.3.20/iasp.dll"
Alias/iasp "C:/iasp2101"
Iaspconfig Server "C:/iasp2101/properties/server.properties"
Iaspconfig rules "c:/iasp2101/properties/rules.properties"
7 Change the httpd.conf of Apache by changing the default home page:
DirectoryIndex index.htm
DirectoryIndex index.php
DirectoryIndex index.asp
Save and restart Apache after the change is complete
8 Execution: Start-> program->instant ASP 2.1.01->install IASP as NT Service
In this way, iasp is added to the services of the Win2000 server.
Execution: Start-> program->instant asp 2.1.01->start Instant ASP
In this way, the iasp is opened immediately. Apache can support ASP!
Example: Index.asp writes this sentence: 〈%response.write ("I succeeded!"). "%〉, save to Apache's Web page root directory.
Write in Browser: http://your ip:apache port number/Enter, see "I succeeded!" "Your iasp is installed successfully!"
Execute: Start-> program->instant ASP 2.1.01->start Admin
You can also manage iasp by http://your ip:9095 login remote administration. Default User name password: admin.
9 hehe. Did you install successfully?