[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

(Paul)

3/8/2002 6:00:00 PM

I have developed a mobile site using the Microsoft Mobile Internet
Toolkit Beta 2. The site works fine in IE however when I try to view
the site in the Openwave emulator I get the following error:

----------------- DATA SIZE ------------------------
Uncompiled data from HTTP is 176 bytes.
...found Content-Type: text/html.
Content-Type: text/html is not handled by UP.Simulator.
Compiled WAP binary is 100 bytes.
----------------------------------------------------

HTTP GET Request: /PandCClaims/(partdi55wbtong454z41nn2p)/MobileWebForm1.aspx
AfxParseURL couldn't parse the Url:
/PandCClaims/(partdi55wbtong454z41nn2p)/Mobi
leWebForm1.aspx

I have the cookieless parameter in the web.config file set to true.
If I change it to false, the Openwave browser works fine. It seems to
be something with redirection.

Can anyone help?
1 Answer

Shanku Niyogi

3/9/2002 1:47:00 AM

0

Paul,

Which version of the emulator, and OS, are you using? OpenWave's site states
that their 4.1 emulator will not work correctly with redirects on Windows
2000 machines, and that they don't support the 4.1 emulator on Win2K. I'm
not sure about 5.1.

Also, do you have any IIS filters (other than the ASP.NET one) installed on
the web site?

Thanks,
Shanku





--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Paul" <plg9g@yahoo.com> wrote in message
news:f30441cc.0203080808.6b0228ab@posting.google.com...
> I have developed a mobile site using the Microsoft Mobile Internet
> Toolkit Beta 2. The site works fine in IE however when I try to view
> the site in the Openwave emulator I get the following error:
>
> ----------------- DATA SIZE ------------------------
> Uncompiled data from HTTP is 176 bytes.
> ...found Content-Type: text/html.
> Content-Type: text/html is not handled by UP.Simulator.
> Compiled WAP binary is 100 bytes.
> ----------------------------------------------------
>
> HTTP GET Request:
/PandCClaims/(partdi55wbtong454z41nn2p)/MobileWebForm1.aspx
> AfxParseURL couldn't parse the Url:
> /PandCClaims/(partdi55wbtong454z41nn2p)/Mobi
> leWebForm1.aspx
>
> I have the cookieless parameter in the web.config file set to true.
> If I change it to false, the Openwave browser works fine. It seems to
> be something with redirection.
>
> Can anyone help?