Wireless app deployment

S

Stan

How do I practically deploy a wireless application so that the mobile
devices in a field can access it?

As far as I understand, ASP.NET mobile control emits WML, but how does a
wirelss phone actually gets it?

Do I need to host a web site somewhere, or do I need a router or do I send
my app to a wireless provider?

Can somebody point me to an information about it, because I have not found
it...

Thanks,

-Stan
 
S

Stan

Sachin,

Don't I need a gateway of some sort? This article mentions it..

So, I just need to bring up a publicly accessible IIS, setup DNS and
web-enabled cell phone will somehow be able to get data from it?

Sachin Goregaoker (MS) said:
Hello Stan,
Thanks for your posting. For wireless devices on the "field" to be able to
access the ASP.NET Mobile Web Applications, they will have to be hosted on
an IIS Web
Server (5.0 or higher). Having done that, the devices will simply have to
request the web form pages and the content will be rendered on the devices.
 
S

Sachin Goregaoker

Hello Stan,
Answers to your questions:

Don't I need a gateway of some sort? This article mentions it..
Ans: Yes on the client side (Mobile Device) a gateway may be needed for the client machines to be able to
make requests for the mobile web pages on the server.

So, I just need to bring up a publicly accessible IIS, setup DNS and
| web-enabled cell phone will somehow be able to get data from it?
Ans: As far as you are concerned (on the IIS server), simply having a publicly (or intranet) accessible IIS server that hosts
the mobile webforms pages is sufficient. It is upto the client-devices (going through their service provider and gateway) to be able
to make requests for the mobile web pages hosted on your IIS server.

Hope this helps.

Thanks.

Sachin Goregaoker
Microsoft Developer Support


This posting is provided "AS IS" with no warranties,
and confers no rights.
--------------------
|
| Sachin,
|
| Don't I need a gateway of some sort? This article mentions it..
|
| So, I just need to bring up a publicly accessible IIS, setup DNS and
| web-enabled cell phone will somehow be able to get data from it?
|
| | > Hello Stan,
| > Thanks for your posting. For wireless devices on the "field" to be able to
| access the ASP.NET Mobile Web Applications, they will have to be hosted on
| an IIS Web
| > Server (5.0 or higher). Having done that, the devices will simply have to
| request the web form pages and the content will be rendered on the devices.
| >
| > Here is good information for ASP.NET Mobile Web Application Development:
| > ====================================================================
| >
| http://msdn.microsoft.com/library/d...n-us/dnmitta/html/bestpractaui.asp?frame=true
| >
| > Mobile Architecture Presentation
| > http://www.asp.net/mobile/flasharchitecture.aspx?tabindex=6
| >
| > http://www.asp.net/mobile/intro.aspx?tabindex=6
| >
| > Hope this helps.
| >
| > Thanks.
| > Sincerely,
| > - Sachin Goregaoker
| >
| > Microsoft Developer Support
| >
| > This posting is provided "AS IS" with no warranties,
| > and confers no rights.
| > --------------------
| > |
| > | How do I practically deploy a wireless application so that the mobile
| > | devices in a field can access it?
| > |
| > | As far as I understand, ASP.NET mobile control emits WML, but how does a
| > | wirelss phone actually gets it?
| > |
| > | Do I need to host a web site somewhere, or do I need a router or do I
| send
| > | my app to a wireless provider?
| > |
| > | Can somebody point me to an information about it, because I have not
| found
| > | it...
| > |
| > | Thanks,
| > |
| > | -Stan
| > |
| > |
| > |
| >
| >
|
|
|
 
S

Stan

Sachin,

Can you point to more information about this communication gateway?

Let's say I have mobile web site running on IIS and I have a web-enabled
cell phone from Verizon.

a) What should I practically do to enable connection?
b) What kind of gateway is required?
c) Where it needs to be located?

Thanks,

-Stan

Sachin Goregaoker (MS) said:
Hello Stan,
Answers to your questions:

Don't I need a gateway of some sort? This article mentions it..
Ans: Yes on the client side (Mobile Device) a gateway may be needed for
the client machines to be able to
make requests for the mobile web pages on the server.

So, I just need to bring up a publicly accessible IIS, setup DNS and
| web-enabled cell phone will somehow be able to get data from it?
Ans: As far as you are concerned (on the IIS server), simply having a
publicly (or intranet) accessible IIS server that hosts
the mobile webforms pages is sufficient. It is upto the client-devices
(going through their service provider and gateway) to be able
 
S

Sachin Goregaoker

Hello,
These questions are best answered by your phone service provider since they will have information specific to what infrastructure is being used on the client-side for
the connectivity to the web server.

Here is an MSDN article which provides information regarding the overall architecture in use. It is a bit outdated and talks about the Beta Release of the Microsoft
Mobile WebForm Development Tools, but the principles explained are still relevant:

http://msdn.microsoft.com/msdnmag/issues/01/06/mobile/default.aspx

Hope this helps.

Thanks.

Sincerely,
Sachin Goregaoker

Microsoft Developer Support

This posting is provided "AS IS" with no warranties,
and confers no rights.
--------------------
||
| Sachin,
|
| Can you point to more information about this communication gateway?
|
| Let's say I have mobile web site running on IIS and I have a web-enabled
| cell phone from Verizon.
|
| a) What should I practically do to enable connection?
| b) What kind of gateway is required?
| c) Where it needs to be located?
|
| Thanks,
|
| -Stan
|
| | > Hello Stan,
| > Answers to your questions:
| >
| > Don't I need a gateway of some sort? This article mentions it..
| > Ans: Yes on the client side (Mobile Device) a gateway may be needed for
| the client machines to be able to
| > make requests for the mobile web pages on the server.
| >
| > So, I just need to bring up a publicly accessible IIS, setup DNS and
| > | web-enabled cell phone will somehow be able to get data from it?
| > Ans: As far as you are concerned (on the IIS server), simply having a
| publicly (or intranet) accessible IIS server that hosts
| > the mobile webforms pages is sufficient. It is upto the client-devices
| (going through their service provider and gateway) to be able
| > to make requests for the mobile web pages hosted on your IIS server.
| >
| > Hope this helps.
| >
| > Thanks.
| >
| > Sachin Goregaoker
| > Microsoft Developer Support
| >
| >
| > This posting is provided "AS IS" with no warranties,
| > and confers no rights.
| > --------------------
| > |
| > | Sachin,
| > |
| > | Don't I need a gateway of some sort? This article mentions it..
| > |
| > | So, I just need to bring up a publicly accessible IIS, setup DNS and
| > | web-enabled cell phone will somehow be able to get data from it?
| > |
| message
| > | | > | > Hello Stan,
| > | > Thanks for your posting. For wireless devices on the "field" to be
| able to
| > | access the ASP.NET Mobile Web Applications, they will have to be hosted
| on
| > | an IIS Web
| > | > Server (5.0 or higher). Having done that, the devices will simply have
| to
| > | request the web form pages and the content will be rendered on the
| devices.
| > | >
| > | > Here is good information for ASP.NET Mobile Web Application
| Development:
| > | > ====================================================================
| > | >
| > |
| http://msdn.microsoft.com/library/d...n-us/dnmitta/html/bestpractaui.asp?frame=true
| > | >
| > | > Mobile Architecture Presentation
| > | > http://www.asp.net/mobile/flasharchitecture.aspx?tabindex=6
| > | >
| > | > http://www.asp.net/mobile/intro.aspx?tabindex=6
| > | >
| > | > Hope this helps.
| > | >
| > | > Thanks.
| > | > Sincerely,
| > | > - Sachin Goregaoker
| > | >
| > | > Microsoft Developer Support
| > | >
| > | > This posting is provided "AS IS" with no warranties,
| > | > and confers no rights.
| > | > --------------------
| > | > |
| > | > | How do I practically deploy a wireless application so that the
| mobile
| > | > | devices in a field can access it?
| > | > |
| > | > | As far as I understand, ASP.NET mobile control emits WML, but how
| does a
| > | > | wirelss phone actually gets it?
| > | > |
| > | > | Do I need to host a web site somewhere, or do I need a router or do
| I
| > | send
| > | > | my app to a wireless provider?
| > | > |
| > | > | Can somebody point me to an information about it, because I have not
| > | found
| > | > | it...
| > | > |
| > | > | Thanks,
| > | > |
| > | > | -Stan
| > | > |
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| > |
| >
| >
|
|
|
 

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

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top