Calling a scripting page from wml
Posted by Faisal Naveed, faisalqau@yahoo.com
on August 02, 2000 at 08:33
I post the information from wml to asp or jsp page, but the error I am receving is content type text/html not supportes, where I need to configure the mime type or there is some other problem
RE: Calling a scripting page from wml
Posted by german terrazas, german@sol.info.unlp.edu.ar
on August 03, 2000 at 18:31
If you are developing a ASP page, you must to include the following code at the beginning of the page:
---8<-----8<-----8<-----8<-----8<--
---8<-----8<-----8<-----8<-----8<--
And you must to configure your IIS for WML, WBMP, and others in the MIME type configuration. Look at an example of WAP site hosting configuration at http://wapwire.net/wapiis.htm
I think that in java web server you must to do some configurations like this -I did not do it yet.