Results 1 to 13 of 13

Thread: [RESOLVED] .net mobile deploy

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Resolved [RESOLVED] .net mobile deploy

    Hello Everyone,
    I'm new to asp.net, i hope all of you can share ur experience with me and i really appreaciate any advise from u.
    Now ~ i have a problem with .Net Mobile. My client want me to develop a application software on mobile phone through the internet to monitor their daily sales and my project was start on half way. my concern is how to deploy the program on the mobile phone ? i have no clue how it work. I hope u all can show me some clue . thank you

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: .net mobile deploy

    Hi, you don't deploy ASP.NET Mobile apps to the phone. You deploy it to a normal web server. The only difference is that when you're actually producing WML pages with a limited set of controls that WML allows. So, continue developing the page normally on your machine. Deploy it to a server, then browse to it on your phone's browser.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: .net mobile deploy

    huh?! izit?!
    ok ~ how can i let the user direct point to my application without going to type the address? i means like click on some icon and direct access to my application.?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: .net mobile deploy

    Depending on the phone and its OS, you could make the shortcut a link to a website URL and the phone should launch the browser automatically. I've seen it on many phones so this should be common enough.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: .net mobile deploy

    cool~but 1 question ? how much it cost if i was using GPRS/3G to access the application? i did some research, the cost is charge depends on the KB izit?

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: .net mobile deploy

    Hey,

    Either that, or you have a windows form application running on your windows mobile device, which connects to a number of Web Service Methods that you create, to retrieve the necessary data, and display it in your application.

    Gary

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: .net mobile deploy

    Quote Originally Posted by SuperRookies View Post
    cool~but 1 question ? how much it cost if i was using GPRS/3G to access the application? i did some research, the cost is charge depends on the KB izit?
    Hey,

    This is normally the case, yes. It depends on how much "traffic" is sent between the device and the site. For instance, I have an unlimited data package on my phone, so I can browse the internet as much as I like. It tends to get quite expensive though, if you don't have a package like this.

    Gary

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: .net mobile deploy

    i see..
    i think i have to find a way to minimize the transfer packet. i only need to send a few data to the server.

  9. #9
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: .net mobile deploy

    Hey,

    What sort of data transfer are we talking about?

    Gary

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: .net mobile deploy

    WML is generally lightweight, lighter than regular web pages, so the data charges will be less for an ASP.NET Mobile page/WML page than for a normal web page.

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: .net mobile deploy

    o nice...
    seems like it gotta be work...
    thank you very much

  12. #12
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: .net mobile deploy

    Quote Originally Posted by SuperRookies View Post
    i see..
    i think i have to find a way to minimize the transfer packet. i only need to send a few data to the server.
    This again depends. If you want this 'application' to be available to all phones, then WML is your best choice since all the phone then needs is a browser, and WML is a standard. The advantage is that the code's in a single place, there are no versioning problems, etc.

    The other choice is to create a mobile app that sits on the phone itself and talks to web services on your servers. The advantage of this is that there's very low data transfer. The disadvantage is that you'll have to write a version for Symbian, WinMo, iphone, Android, etc. And the potential for a mistake is very very large if you have multiple versions of the same code.

  13. #13

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    136

    Re: [RESOLVED] .net mobile deploy

    yes~ i had think about to design a application sits on the mobile before, but there all so many OS out there. that's why i decided to create web base application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width