Configure WAP server

xiaoxiao2021-03-06  40

What Do I NEED TO CONFIGURE for IIS To DELIVER WAP Content?

.

MIME Content Extensions and TypesWML Source.wmltext / vnd.wap.wmlWireless Bitmap.wbmpimage / vnd.wap.wbmpWML Script Source.wmlstext / vnd.wap.wmlsCompiled WML.wmlcapplication / vnd.wap.wmlcCompiled WML Script.wmlscapplication / vnd.wap .wmlscriptcwml script.wsctext / vnd.wap.wmlscriptwml script.wmlscripttext / vnd.wap.wmlscript

Stage 1 - Configure The Script Mappings So We can Use Asp with WAP.

Open up Internet Information Server Manager. Right-click on your Web server, listed on the left. Drop down to Properties. Go to the Home Directory tab and click the configuration button. 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 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. Add The Following Extensions WMLS, WSC, WMLSC AND WMLScript Like We den in Step 4 ("for the extension in step 4)

Stage 2 - Configure the Mime Types for WAP.

Open up Internet Information Server Manager. Right-click on your Web server, listed on the left. Drop down to Properties. Select the HTTP Headers Tab and click the the File Types button. We now must select the New Type button to add our new MIME TYPES TO IIS. Enter The Extension and The Mime Types for All of the Following.

MIME Content Extensions and TypesWML Source.wmltext / vnd.wap.wmlWireless Bitmap.wbmpimage / vnd.wap.wbmpWML Script Source.wmlstext / vnd.wap.wmlsCompiled WML.wmlcapplication / vnd.wap.wmlcCompiled WML Script.wmlscapplication / vnd.wap .wmlscriptcWML Script.wsctext / vnd.wap.wmlscriptWML Script.wmlscripttext / 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.

转载请注明原文地址:https://www.9cbs.com/read-73435.html

New Post(0)