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
Ebook55 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 dateMay 5, 2021
ISBN9783985513970
Configuration of Apache Server To Support ASP
Author

Dr. Hidaia Mahmood Alassouli

I am Dr. Hidaia Mahmood Mohamed Alassouli. I completed my PhD degree in Electrical Engineering from Czech Technical University by February 2003, and my M. Sc. degree in Electrical Engineering from Bahrain University by June 1995. I completed also one study year of most important courses in telecommunication and computer engineering courses in Islamic university in Gaza. So, I covered most important subjects in Electrical Engineering, Computer Engineering and Telecommunications Engineering during my study. My nationality is Palestinian from Gaza Strip.I obtained a lot of certified courses in MCSE, SPSS, Cisco (CCNA), A+, Linux.I worked as Electrical, Telecommunicating and Computer Engineer in a lot of institutions. I worked also as a computer networking administrator. I had considerable undergraduate teaching experience in several types of courses in many universities. I handled teaching the most important subjects in Electrical and Telecommunication and Computer Engineering. I could publish a lot of papers a top-tier journals and conference proceedings, besides I published a lot of books in Publishing and Distribution houses.I wrote a lot of important Arabic articles on online news websites. I also have my own magazine website that I publish on it all my articles: http://www.anticorruption.000space.comI am an Author publishing books on kdp.amazon.comand many other book stores such as Google, Apple.com, writinglife.kobo.com, Lulu.com, feiyr.com, blurb.com, bookrix.com, barnesandnoble.com, notionpress.com, ingramspark.com and others . My personal website: http://www.hidaia-alassouli.000space.comMy Amazon Author Central: https://www.amazon.com/-/e/B07BH5HS7LEmail: hidaia_alassouli@hotmail.com

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

    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

    The following is

    Enjoying the preview?
    Page 1 of 1