IIS and WAP. Configuring IIS to deliver WML (WAP content)

By Paul Mayor Viewed: 31733 times Emailed: 169 times Printed: 203 times Bookmark and Share



Follow the steps given below to setup IIS to deliver WAP content.

The following are the mime types and the file extensions used for WAP.

MIME Content Extensions and Types

WML Source .wml text/vnd.wap.wml
Wireless Bitmap .wbmp image/vnd.wap.wbmp
WML Script Source .wmls text/vnd.wap.wmls
Compiled WML .wmlc application/vnd.wap.wmlc
Compiled WML Script .wmlsc application/vnd.wap.wmlscriptc
WML Script .wsc text/vnd.wap.wmlscript
WML Script .wmlscript text/vnd.wap.wmlscript

Stage 1 - Configure the Script mappings so we can use ASP with WAP.

  1. Open up Internet Information Server Manager. Right-click on your Web server, listed on the left. Drop down to Properties.



  2. Go to the Home Directory tab and click the configuration button.


  3. This dialog box lists all the mappings for file extensions to ISAPI applications. We will map the WAP file extensions to the ASP ISAPI application. Click on the Add button


  4. We need to map to the ASP.DLL which is in the \winnt\system32\inetsrv folder. We also specify the name of the extension, in this case .WML and the verbs that this will respond to.


  5. Add the following extensions WMLS, WSC, WMLSC and WMLSCRIPT like we did in step 4 (remember we need to include the "." for the extension in step 4)

Stage 2 - Configure the MIME types for WAP.

  1. Open up Internet Information Server Manager. Right-click on your Web server, listed on the left. Drop down to Properties.


  2. Select the HTTP Headers Tab and click the the File Types button.


  3. We now must select the New Type button to add our new mime types to IIS.


  4. Enter the extension and the MIME types for all of the following.

    MIME Content Extensions and Types

    WML Source .wml text/vnd.wap.wml
    Wireless Bitmap .wbmp image/vnd.wap.wbmp
    WML Script Source .wmls text/vnd.wap.wmls
    Compiled WML .wmlc application/vnd.wap.wmlc
    Compiled WML Script .wmlsc application/vnd.wap.wmlscriptc
    WML Script .wsc text/vnd.wap.wmlscript
    WML Script .wmlscript text/vnd.wap.wmlscript


    After all of the mime types are added you will end up with a list like this.

     

You should now be able to deliver content to WAP enabled devices like Mobile Phone and PDA's.




Comments(1)


1. Hi Paul,
It is a very interesting and helpfull article and it did help me to show wml content but i have a problem in delivering wmlscript content.
Could you help in this?

By: Therese at 2010-04-28 05:36:09

Your name (required):


Your email(required, will not be shown to the public):


Your sites URL (optional):


Your comments:


Enter Code:
The Captcha image

Latest Tutorials

[2009-02-27]IsPostBack in ASP.net
[2009-02-27]What is Code-Behind in ASP.net
[2009-02-27]ASP Versus ASP.NET Events
[2009-02-27]Lifecycle of a web form in ASP.net
[2009-02-27]Directives in ASP.net
[2009-02-27]DataGrid Control in ASP.net
[2008-12-01]Advantages of Stored Procedures
[2008-11-27]Event Driven Programming in ASP.net
[2008-11-26]Advantages of ASP.NET
[2008-11-26]What is ASP.NET?
[2008-11-26]Visual Basic .NET Vs Visual C# - (Differences)
[2008-08-02]IIS and WAP. Configuring IIS to deliver WML (WAP content)
[2008-08-02]Getting started with ASP
[2008-04-08]ActiveX component can't create object: 'CDONTS.NewMail' - ASP

More Latest News

Most Viewed Articles (in last 30 days)
IsPostBack in ASP.net
ActiveX component can't create object: 'CDONTS.NewMail' - ASP
Directives in ASP.net
Advantages of ASP.NET
What is Code-Behind in ASP.net
IIS and WAP. Configuring IIS to deliver WML (WAP content)
Lifecycle of a web form in ASP.net
Advantages of Stored Procedures
Event Driven Programming in ASP.net
ASP Versus ASP.NET Events
Visual Basic .NET Vs Visual C# - (Differences)
DataGrid Control in ASP.net
Getting started with ASP
What is ASP.NET?
Most Emailed Articles (in last 30 days)
ActiveX component can't create object: 'CDONTS.NewMail' - ASP
What is ASP.NET?
Event Driven Programming in ASP.net
Visual Basic .NET Vs Visual C# - (Differences)
Advantages of Stored Procedures
Advantages of ASP.NET
IIS and WAP. Configuring IIS to deliver WML (WAP content)
Getting started with ASP
IsPostBack in ASP.net
Directives in ASP.net
DataGrid Control in ASP.net
What is Code-Behind in ASP.net
ASP Versus ASP.NET Events
Lifecycle of a web form in ASP.net