Re: provider of mobile services
From: JuanDG (JuanDG_at_discussions.microsoft.com)
Date: 09/10/04
- Next message: JuanDG: "RE: Font.Bold"
- Previous message: Michael Rich: "Sound"
- In reply to: ray well: "Re: provider of mobile services"
- Next in thread: ray well: "Re: provider of mobile services"
- Reply: ray well: "Re: provider of mobile services"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Sep 2004 09:19:05 -0700
Well, you got the concept right, asp.net mobile project are not very
different form regular asp.net projects, all you need is a .net enabled
windows server and that’s all.
The key difference is that the devices can’t interpret HTML so content
should be rendered in another markup language like xHTML-MP, cHTML or WML
depending on the device, and not all asp.net controls have a equivalent in
those ML’s, so ASP.NET Mobile Web Forms is a subset of ASP.NET Controls that
can be effectively rendered in this ML’s.
Most mobile operators right know offer data access through a data carrier
depending on the technology, EDGE and GPRS for GSM operators and 1xRTT an
1xEV-DO for CDMA operators, but in general you can find data access in most
countries, finally that’s up to the users to chose the device and the
operator, asp.net will work regardless of this.
Finally for testing you don’t need a phone line, not even a real phone; all
you’ll need are device emulators that you can easily download from the web. I
recommend OpenWave Emulators (6.2.2 for xHTML and 4.1.1 for WML), and maybe
Microsoft Mobile Explorer (MME 3.0 ). If you pages work on this emulator,
they will work on most phones.
One funny thing is that some features of asp.net mobile web forms don’t work
on the Nokia emulator, but the work just fine in nokia phones.
Hope all this helps, if not, let me know.
Regards,
-- Juan David Gomez A. Microsoft Certified Professional Analista de Desarrollo - PSL S.A. Web and Wireless Banking Medellin - Colombia "ray well" wrote: > andrew, > > thanks for your response. > > i'm new the whole concept of mobile development. here is what i need to do. > i need users to be able to access a site from their pda/enabled-phone. this > site supplies them with info derived from databases done thru asp net and > ado net. > > my understanding was that the host who is hosting the site needs to > broadcast the requested pages from their own site wirelessly over the air. > and was looking for such a provider. > > what i understand from your answer quoted below is that the broadcasting is > a function of the users of the pda/enabled-phone. in other words the phone > company does the providing. the phone company receives the page request from > a browser running on the pda, they then execute the request at their place > on a pc, and feed the return > back to to pda's browser. > > if i'm correct with my understanding of this, then i don't have to worry > about the site host. i can use any regular provider that has .net framework > installed and a > windows web server. > > if i'm right, then what is the meaning of a mobile project, in what way is a > mobile project different than a regular ASP .NET application? is it that the > form size is constrained, or something like that? > > do regualr wireless phone providers like Verison, ATT have GPRS, CDMA 1x? in > short what would i need to do so i can debug this from the users end. i > guess i would need to get an enabled device (would u know what the technical > name for this is so i know what to ask for?), and an enabled phone line > (again what is the technical name for this service?) > > thanks again > > ray > > > -------------------------- > Pull. At a high level, this is no different than accessing the internet > from a PC. The connection happens wirelessly over GPRS, CDMA 1x, or whatever > transport the phone/PDA uses, but again, at a high level, the phone is just > requesting content from a server, and the server is just returning that > content. If you're using the ASP. NET mobile controls to author pages, you > just need a provider that has ASP .NET, as well as internet-enabled phones > or PDAs. > > > >
- Next message: JuanDG: "RE: Font.Bold"
- Previous message: Michael Rich: "Sound"
- In reply to: ray well: "Re: provider of mobile services"
- Next in thread: ray well: "Re: provider of mobile services"
- Reply: ray well: "Re: provider of mobile services"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|