First download the program we want to use:
Php-4.3.0-installer: [url] http://www.php.net/get/php-4.3.0-installer.exe/from/cn.php.net#/url]
Mysql: [url] http://www.onlinedown.net/mysql.htm#/url]
Myodbc: [url] http://www.onlinedown.net/mydbc.htm#/url]
Perl parsing software: [url] http://www.onlinedown.net/activeperl.htm#/url]
Phpmyadmin download location [url] www.baidu.com [/url] search! A lot! I did not search! Sorry!
CLR runtime:
[Url] URLs
NET framework sdkw.m:
[Url] URLs
MDAC2.7: [url] Routing
Download jdk to java.sun.com.
Download tomcat [url] www.chinaz.com [/url]
Step 1: Support asp
Install pws in win98! But we are talking about how to make win2000 support! As long as you use full installation when installing win2000! Then iis is installed. with iis, asp is supported! If iis is not installed! In the control panel, click "Add/delete programs"> "Add/delete component" to install iis!
Step 2: Support for php
First download a php parsing software! Install PHP. Download php-4.3.0-installer.exe to the hard drive
Installation prompt, we can press Enter. Select the PHP path. If it does not have much impact, do not change it (default c: \). Enter the email server, generally LOCALHOST, And the email address box to be sent. To select the type of server to be installed, we usually select iis! After the installation is complete, two prompts will pop up, prompting you to take a look at the instructions. Generally, you can take a look. (You can also install the php accelerator, zend! The installation directory of supervisor, which is not changed. PHP type. We know that we have installed version 4.2.3. Therefore, we should select the php. ini directory and enter it. win2000 is stored in c: \ winnt. Enter as needed. Found php. ini, confirm the installation is successful) and then open: start-> Program-> Administrative Tools-> internet Service Manager-> default website-right-click-> properties-> Home Directory-> change execution permission to script and executable program-> Configuration- add, enter "c: \ php \ php.exe % s" in the executable program to write data to the extension. php, application! OK!
Add the following Filter Name To the isapi: php Filter c: \ perl \ php4ts. dll application! OK!
Php is now supported !!!!!!!!!!!!!!!!!
Step 3: Support cgi:
Run after the download is complete! Select the installation path: We generally install it in c: \ perl! Note that perl must be used to install leiao Forum
Installed in c :\!!!!!! Click Next in the future! The installation is complete! Then open: start-> Program-> Administrative Tools-> internet Service Manager-> default website-right-click-> properties-> Home Directory-> change execution permission to script and executable program-> Configuration- add, enter "c: \ perl \ bin \ perl.exe % s" in the executable program to write data in the extension. cgi
Add "c: \ perl \ bin \ perl.exe % s" again to write. pl in the extension.
Add "c: \ perl \ bin \ perl.exe % s" again and write. plx in the extension.
Application! OK!
Add the following Filter Name To isapi: cgi Filter c: \ perl \ bin \ perlis. dll application! OK!
Cgi is supported now !!!!!! Haha !, You can install leiao forum !!!!!!
Step 4: Support asp.net (aspx ):
ASP. NET is the next-generation version of ASP3.0 (previously called ASP +)
However, it is quite different from the previous generation.
First of all, you must download the website environment of the secure. NET framework. The official version 1.0 has been released.
:
CLR runtime (English version) 20.4 M
[Url] URLs
Or. NET framework SDK (English version) 131 M
[Url] scheme (preferably download this)
In addition, you must download MDAC2.7 (Chinese version)
[Url] require (install this before installing. net framework sdk)
The operating system is preferably win2000 or later.
For details, see:
[Url] http://www.microsoft.com/data/#/url]
[Url] http://msdn.microsoft.com/netframework/#/url]
[Url] http://msdn.microsoft.com/downloads/default.asp#/url]
The installation is complete !!! Now! Your server supports aspx!
Step 5: Support mysql:
Run the mysql installer! Done! In the "start running" dialog box, enter "cmd" to show the DOS system: Enter"
Cd ..,
Cd ..,
Cd mysql,
Cd bin,
Mysqld-nt.exe -- install,
Winmysqladmin.exe
The system prompts you to enter the administrator user and password, and then click OK! The user name and password entered are the accounts for managing mysql later! You can also install the mysql driver myodbc. Download the package and install it directly! Do not change the path! Installation complete!
You can use phpmyadmin for management! (Manage on the webpage !) Phpmyadmin is stored in the directory of your website. You can use http: // *. */phpmyadmin to access phpmyadmin. You can create accounts and databases! Mysql databases are now supported.
Step 6: Install the jsp environment:
1. Download jdk1.3 and tomcat;
2. Install jdk1.3 and decompress tomcat to the c: disk root directory;
3. Go to the tomcat directory, find the startup. bat file, and open edit.
Add two lines before the call tomcat start line:
SET TOMCAT_HOME = c: \ tomcat and SET JAVA_HOME = c: \ jdk1.3
Note: c: \ jdk1.3 is the installation location of jdk1.3.
4. Right-click my computer and select Properties. Open advanced options in System Properties and click "environment variables ".
", Add two variables classpath and path in" User variables "and" system variables ". Their values are: class.
Path value: c: \ jdk1.3 \ bin \ tools. jar; C: \ jdk1.3 \ lib \ dt. jar
The path value is c: \ jdk1.3 \ bin; c: \ jdk1.3
5. Run the tomcat server (that is, the startup. bat file). If there is a dos window that is stuck but not closed, and there are some successful tomcat and initialization information, it proves that tomcat runs successfully.
6. enter 127.0.0.1: 8080 in the address bar of ie. If the address bar is successful, a welcome image of tomcat will be displayed. Examples of jsp and servlet are shown above. Now the jsp environment has been set up!
Generally, the more languages a host supports, the more problems it will encounter.