[lnkForumImage]
TotalShareware - Download Free Software

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


 

ToddF

8/7/2003 6:51:00 PM

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


4 Answers

ToddF

8/8/2003 9:34:00 PM

0

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)" <sachingo@online.microsoft.com> wrote in message
news:61tnF1eXDHA.2000@cpmsftngxa06.phx.gbl...
> 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/default.asp?url=/library/en-us/dnmitta/html/bestpractaui.asp?...
>
> Mobile Architecture Presentation
> http://www.asp.net/mobile/flasharchitecture.aspx?...
>
> http://www.asp.net/mobile/intro.aspx?...
>
> 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
> |
> |
> |
>
>


sachingo

8/18/2003 3:03:00 PM

0

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?
|
| "Sachin Goregaoker (MS)" <sachingo@online.microsoft.com> wrote in message
| news:61tnF1eXDHA.2000@cpmsftngxa06.phx.gbl...
| > 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/default.asp?url=/library/en-us/dnmitta/html/bestpractaui.asp?...
| >
| > Mobile Architecture Presentation
| > http://www.asp.net/mobile/flasharchitecture.aspx?...
| >
| > http://www.asp.net/mobile/intro.aspx?...
| >
| > 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
| > |
| > |
| > |
| >
| >
|
|
|


ToddF

8/18/2003 3:15:00 PM

0

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)" <sachingo@online.microsoft.com> wrote in message
news:oK3smnZZDHA.2116@cpmsftngxa06.phx.gbl...
> 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?
> |
> | "Sachin Goregaoker (MS)" <sachingo@online.microsoft.com> wrote in
message
> | news:61tnF1eXDHA.2000@cpmsftngxa06.phx.gbl...
> | > 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/default.asp?url=/library/en-us/dnmitta/html/bestpractaui.asp?...
> | >
> | > Mobile Architecture Presentation
> | > http://www.asp.net/mobile/flasharchitecture.aspx?...
> | >
> | > http://www.asp.net/mobile/intro.aspx?...
> | >
> | > 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
> | > |
> | > |
> | > |
> | >
> | >
> |
> |
> |
>
>


sachingo

8/19/2003 4:21:00 PM

0

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/de...

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
|
| "Sachin Goregaoker (MS)" <sachingo@online.microsoft.com> wrote in message
| news:oK3smnZZDHA.2116@cpmsftngxa06.phx.gbl...
| > 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?
| > |
| > | "Sachin Goregaoker (MS)" <sachingo@online.microsoft.com> wrote in
| message
| > | news:61tnF1eXDHA.2000@cpmsftngxa06.phx.gbl...
| > | > 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/default.asp?url=/library/en-us/dnmitta/html/bestpractaui.asp?...
| > | >
| > | > Mobile Architecture Presentation
| > | > http://www.asp.net/mobile/flasharchitecture.aspx?...
| > | >
| > | > http://www.asp.net/mobile/intro.aspx?...
| > | >
| > | > 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
| > | > |
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| > |
| >
| >
|
|
|