How to run ASP program under Appserv

Source: Internet
Author: User
Tags execution version win32
1 Download iasp Win32 version: IASP2.1.01.EXE,10M around.
2 Install Apache. ----(You've got Appserv, you can skip)
3 Double click Iasp2.1.01.exe to start the installation. Follow the prompts to do it.
My installation 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. My for: 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).
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"
Save and restart Apache after the change is complete
7 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!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.