<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://maytide.net/read.php/826.htm</link>
<title><![CDATA[IIS下搭建WAP平台]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[网络编程]]></category>
<pubDate>Sat, 14 May 2005 08:30:59 +0000</pubDate> 
<guid>https://maytide.net/read.php/826.htm</guid> 
<description>
<![CDATA[ 
	<p>找了几篇文章并回忆过去的搭建过程，到现在为止还没有变。不过早期ThunderWAP搭建WAP1.1平台是有限制的开发版是免费的，但是只支持一个人在线，而商业版则价格不菲。看来还是要手工自己建立，不过现在对WAP1.1和WAP2.0的概念比较混乱，不知道WAP2.0是否需要专门购买平台，只能先搭建起来再说吧！</p><p>方法：在IIS下的站点属性中新建MIME映射</p><p>关联文件名 内容类型<br /><table class="bfont" bordercolordark="#77bbff" width="90%" align="center" bordercolorlight="#ffffff" border="1"><tbody><tr><td width="38%"><p align="center">Associated Extension</p></td><td width="62%"><p align="center">MIME Type</p></td></tr><tr><td width="38%">wml</td><td width="62%">text/vnd.wap.wml</td></tr><tr><td width="38%">wmlc</td><td width="62%">application/vnd.wap.wmlc</td></tr><tr><td width="38%">wbmp</td><td width="62%">image/vnd.wap.wbmp</td></tr><tr><td width="38%">wmlsc</td><td width="62%">application/vnd.wap.wmlscriptc</td></tr><tr><td width="38%">wmls</td><td width="62%">text/vnd.wap.wmlscript</td></tr><tr><td width="38%">wsc</td><td width="62%">application/vnd.wap/wmlscriptc</td></tr></tbody></table></p><p>另外注意：<br />如果使用asp编写，在源码的开始添加<br /><div class="code">&lt;%@LANGUAGE=&quot;VBSCRIPT&quot; CODEPAGE=&quot;65001&quot;%&gt;<br />&lt;%Response.ContentType = &quot;text/vnd.wap.wml; charset=utf-8&quot;%&gt;</div><br />编码采用utf-8</p>
]]>
</description>
</item>
</channel>
</rss>