mobile ASP.NET issues

W

Wiktor Zychla

Hi there,

I've just started to dig into mobile ASP.NET and I'd really wish to
clarify few things. I have the experience with ASP.NET.

1) Some tutorials mention something called Microsoft Mobile Internet Toolkit
to be installed over .NET Framework 1.0. Is this Toolkit required when using
..NET Framework 1.1? At this moment my research indicate that MMIT is an
integral part of .NET 1.1 and DOES NOT to be installed. Can anyone confirm
that?

2) [related to 1.] What about so called "Updates" to MMIT? [the last update
is number 4] Should I download and run the update package in the host
machine? If yes then is this Update a part of .NET 1.1 SP 1?

3) http://www.asp.net/mobile/testeddevices.aspx?tabindex=6 lists several
mobile phones that are compatible with mobile ASP.NET. What does it mean to
"be compatible"? I need a clarification because I've tested my Noki a 3410
(it is NOT on the list) and it works with my test ASP.NET page! Does it mean
that the list is incomplete? It is possible that much more mobile phones can
read mobile ASP.NET pages?

4) After I'd noticed that the simple test page
[http://dziennik.vulcan.pl/test.aspx, source provided at the end of this
message] works with N3410, I've started to test other mobile phones. To my
surprize, the test page does not work with Siemen s ME45 (and two other
Siemen ses). I've started to dig into that issue and found a page
www.gelon.net where several emulators are available. The test page works
with most of emulators but, indeed, it does not work with Siemen ses).
However, the emulators says (you can see it by yourself) that

"No WML page found. It's probably a HTML file..."

and further

"The page at http://dziennik.vulcan.pl/test.aspx is not a WML page! It's a
ordinary HTML page.
We know this because the server responded with the content type text/html
when we made a request for http://dziennik.vulcan.pl/test.aspx
This would been OK if it was a HTML page we where looking for, but it's not.
What we want is a WML page."

This is a big concern to me. Does it mean that the mobile ASP.NET does not
produce WML page to a mobile device? Most tutorials claim that it does! Or
does it mean that Siemen s has a faulty or incompatible WML processor? Can I
address this issue somehow and fix the page to be compatible with this
particular browser or is it impossible?

5) what is the purpose of this <deviceFilters> section in web.config file?
why it is important to define filters? Is it to block some mobiles from
accessing pages or rather to enable some mobiles to access the page?

big thanks for the clarification of at least some of these issues

regards,
Wiktor Zychla

// source ot the test page
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" %>
<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>
<meta content="charset=utf-8">
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<Mobile:Form runat="server">
- Ten o gasce Balbince?<br>
- Alez Wodzu co Wodz!<br>
- To ja przepraszam<br>
<Mobile:TextBox runat="server">tu tekst</Mobile:TextBox>
</Mobile:Form>
</body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top