Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Configuration of Apache Server to Support Asp
Configuration of Apache Server to Support Asp
Configuration of Apache Server to Support Asp
Ebook54 pages27 minutes

Configuration of Apache Server to Support Asp

Rating: 0 out of 5 stars

()

Read preview

About this ebook

The paper aim is to configure Apache Server to support ASP. Two methods were tested. The first, by installing Bundle::Apache::ASP, and the second, by installing SUN ONE ASP Server. Two possible options for connecting to a Microsoft Access database with Sun ONE ASP for UNIX or Linux, using the using SequeLink, and using the Sun ONE ASP Database Publisher tool to migrate an Access database to MySQL, were studied. The paper is composed from the following parts,
1.    Setting up working environment when working with CodeCharge Studio program, software for building web applications.
2.    Connecting to databases in ASP.
3.    ASP program example.
4.    Configuring apache server to support ASP by installing Bundle::Apacahe::ASP.
5.    Configuring apache server to support ASP by installing Sun ONE ASP.


 
LanguageEnglish
Release dateMar 21, 2021
ISBN9791220280310
Configuration of Apache Server to Support Asp

Read more from Dr. Hidaia Mahmood Alassouli

Related to Configuration of Apache Server to Support Asp

Related ebooks

Internet & Web For You

View More

Related articles

Reviews for Configuration of Apache Server to Support Asp

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Configuration of Apache Server to Support Asp - Dr. Hidaia Mahmood Alassouli

    Hidaia_alassouli@hotmail.com

    1. OVERVIEW:

    The paper aim is to configure Apache Server to support ASP. Two methods were tested. The first, by installing Bundle::Apache::ASP, and the second, by installing SUN ONE ASP Server. Two possible options for connecting to a Microsoft Access database with Sun ONE ASP for UNIX or Linux, using the using SequeLink, and using the Sun ONE ASP Database Publisher tool to migrate an Access database to MySQL, were studied. The paper is composed from the following parts,

    Setting up working environment when working with CodeCharge Studio program, software for building web applications.

    Connecting to databases in ASP.

    ASP program example.

    Configuring apache server to support ASP by installing Bundle::Apacahe::ASP.

    Configuring apache server to support ASP by installing Sun ONE ASP.

    2 SETTING UP WORKING ENVIROMENT WHEN WORKING WITH CODECHARGE STUDIO PROGRAM (SOFTWARE FOR BUILDING WEB APPLICATIONS):

    The CodeCharge Studio is a good program for building web application. Considering that there are several different programming languages that CodeCharge Studio generates, plus upwards of a dozen possible databases, there are obviously many configurations that could be used. Each combination of language and database has its own unique merits.

    2.1 PHP SETUP:

    A common configurations for the development of PHP applications is as follows:

    Development Environment (for the development and testing of applications):

    A Windows desktop computer with an installation of CodeCharge Studio:

    Local or remote MySQL database.

    MyODBC driver (required during the design mode, but not during run-time).

    Apache Web server.

    PHP 4.0b3 or higher.

    Server Environment (for hosting the final application):

    A Linux server.

    MySQL database (local or remote).

    Apache Web server.

    PHP 4.0b3 or higher.

    Note that the MyODBC driver is needed only during the application design stage. The generated code can access the database directly without an ODBC driver. You can obtain the MyODBC driver from www.mysql.com.

    For PHP, the following table provides a list of applicable operating system, web server, database, and language version options.

    PHP Setup

    Enjoying the preview?
    Page 1 of 1