|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Phone cannot access mobile web app...why?
I built an ASP.NET mobile web application last year for fun and hosted it on my home server. I was successful in accessing it with my Sprint phone, which uses the "Obigo 1.1.4 WAP 2.0" browser. Now, I'm with Verizon and my current phone also uses an Openwave WAP 2.0 browser, but I cannot access my mobile web site. When I punch in the URL, it hangs for long time, then it gives me the error "Error: Request timed out".
I asked a friend who is with AT&T to try it on his cell phone, and it works. So, my app is working. I dont know if it's a problem with my new phone's browser software (do I need to upgrade it?), or with the Verizon service (maybe they block something on their network). Another concern is that my home internet service provider blocks port 80 on our network. So i had to use another port, like 81. So to access my web app, the URL would be something like http://myapp.mydomain.com:81. Could it be that my phone's browser does not recognize this non-default port? Any ideas? Anyone with Verizon that is able to successful access .NET mobile web apps? |
|
#2
|
||||
|
||||
|
Most likely if it's a new phone and the ASP app is a year old, the ASP database doesn't know what to deliver to the phone. Time to update it I think.
__________________
|
|
#3
|
||||
|
||||
|
It's the V word again I think. Verizon are anal when it comes to blocking stuff like content downloads, ie you can't download a tone via wap to a Verizon cellphone unless you're in bed with Verizon in some monetary rewarding way. (There are ways around that tho)
It's possible it could be that HTTP isn't running on a standard port and Verizon may have blocked non port 80 requests and I guess if it is blocked it's done on a firmware level so there's not much you can do about that.
__________________
Andy Moore << oh no it's got a blog..... Word Press WAP Plugin with Ad Mob Advertising revenue PHP developer deploying ringtones, mp3 downloads and realtones I'm a geek who's obsessed with stats and gadgets |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Phone cannot access mobile web app...why? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|