|
-
Dec 30th, 2009, 07:52 AM
#1
Thread Starter
Addicted Member
-
Dec 30th, 2009, 08:28 AM
#2
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.
-
Dec 30th, 2009, 08:53 AM
#3
Thread Starter
Addicted Member
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.?
-
Dec 30th, 2009, 09:04 AM
#4
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.
-
Dec 30th, 2009, 09:54 AM
#5
Thread Starter
Addicted Member
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?
-
Dec 30th, 2009, 09:59 AM
#6
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
-
Dec 30th, 2009, 10:00 AM
#7
Re: .net mobile deploy
 Originally Posted by SuperRookies
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
-
Dec 30th, 2009, 10:57 AM
#8
Thread Starter
Addicted Member
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.
-
Dec 30th, 2009, 10:59 AM
#9
Re: .net mobile deploy
Hey,
What sort of data transfer are we talking about?
Gary
-
Dec 30th, 2009, 11:17 AM
#10
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.
-
Dec 30th, 2009, 11:20 AM
#11
Thread Starter
Addicted Member
-
Dec 30th, 2009, 11:20 AM
#12
Re: .net mobile deploy
 Originally Posted by SuperRookies
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.
-
Dec 30th, 2009, 11:24 AM
#13
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|