IIS setting WAP Server Based on Window NT Platform
As long as you follow the simple settings below, you can make NT IIS to be a WAP server, you can write a WML web page or develop a variety of services.
Set mode: (first determine that NT Server has installed IIS)
Perform the [Start] / [Program] / [Windows NT Option Pack] / [IIS 4.0] / Internet service administrator under the NT operating system.
During the IIS service administrator window, click the host computer name, press the right mouse button, click the Properties option;
There is a file type button under the lower part of the attribute window, click this button, the file type interface will appear;
Click the 'New Type' button, then fill in .WML in the relevant extension column, fill in the text / vnd.wap.wml in the Content Type (MIME) column
Click 'OK' button
Repeat the above steps to add the following WML type to MIME:
Related Extended Content Types (MIME) .wml text / vnd.wap.wml.wmlc application / vnd.wap.wmlc .wmls text / vnd.wap.wmlscript .wmlsc Application / VND.Wap.wmlscriptc.wbmp image / VND .wap.wbmp
Apache Web Server
Whether it is NT or UNIX or Linux, it is a conf / mime.types file in the apache installation directory.
Add the following in this file:
Text / vnd.wap.wml .wmlimage / vnd.wap.wbmp .wbmpApplication / vnd.wap.wmlc .wmlcText / vnd.wap.wmls .wmlsapplication / vnd.wap.wmlsc .wmlsc
Store
Restart Apache Web Server.