Page view counter

deploy .aspx to pocket pc

Last post 08-11-2004 5:14 AM by sylbilassys. 10 replies.

Sort Posts:

  • deploy .aspx to pocket pc

    12-02-2003, 2:23 PM
    • Loading...
    • oakgrove
    • Joined on 03-10-2003, 6:21 AM
    • Posts 17
    • Points 85
    I put together a very simple mobilehelloworld.aspx page with visual studio. It has 2 mobilecontrol forms on it. The first form calls the second form. It works when displayed in IE browser.

    I use IE to create a mobil favorite of the page.
    I have my Journado 540/Pocket PC hooked to my xp with a cradle and when I activesync the two the mobilhelloworld can be viewed with the pocket IE program. It shows up as http://localhost/jobilehelloworld/(ohxf.....

    The problem is that when I try to click the button to go to the next form I get the error dialog box "The page you are looking for cannot be found".

    Do I need to install something else on the Pocket PC to make this work. Or am I not deploying the form to the device correctly?

    Any help will be appreciated.
  • Re: deploy .aspx to pocket pc

    12-05-2003, 3:38 AM
    • Loading...
    • kashif
    • Joined on 06-11-2002, 1:34 PM
    • Posts 547
    • Points 2,738
    • AspNetTeam
      Moderator
    Can you try simply posting your mobile page and check whether that works correctly for you?

    -Kashif
  • Re: deploy .aspx to pocket pc

    12-11-2003, 2:27 PM
    • Loading...
    • dsaxman
    • Joined on 08-26-2002, 11:44 PM
    • Richmond, VA
    • Posts 15
    • Points 75
    • ASPInsiders
    Sounds like your page is "deployed" correctly (the page actually sits on your PC, the link is the only thing that gets deployed to the Jornada).

    If you open the link you provided in a regular IE browser on your PC, does it submit properly?

    We'll be glad to help if we can see the code as well.

    Cheers,
    Steve
    Steve Presley
    BrainBench Certified (WAP, XML, ASP)(ID# 474806)
    ASPInsiders Charter Board Member
    Got Questions? ASPAdvice.com
  • Re: deploy .aspx to pocket pc

    12-22-2003, 12:33 PM
    • Loading...
    • rosas
    • Joined on 12-11-2003, 12:22 PM
    • Posts 8
    • Points 40
    U mean that i cant run aspx pages on PDA?
    Its only a link to my pc?
    In other words, i cant use the PDA as a localhost?

    Ty in advance
  • Re: deploy .aspx to pocket pc

    12-22-2003, 12:35 PM
    • Loading...
    • douglas.reilly
    • Joined on 11-19-2002, 9:19 PM
    • Brick, NJ USA
    • Posts 4,647
    • Points 23,295
    No, the .NET Compact Framework has no support for hosting Web pages or Web Services...
    Starting with ASP.NET 2.0? Look at:
    Programming Microsoft Web Forms
    My Blog
  • Re: deploy .aspx to pocket pc

    12-22-2003, 12:40 PM
    • Loading...
    • rosas
    • Joined on 12-11-2003, 12:22 PM
    • Posts 8
    • Points 40
    so whats the point of asp.net for mobile devices???
    cant i get around it?
    no iis for pda?
  • Re: deploy .aspx to pocket pc

    12-22-2003, 12:43 PM
    • Loading...
    • douglas.reilly
    • Joined on 11-19-2002, 9:19 PM
    • Brick, NJ USA
    • Posts 4,647
    • Points 23,295
    This forum refers to creating sites that are conveniently viewable on mobile devices. So, it will render appropriate code on a PDA or a WAP cell phone, transparently.

    ASP.NET does not run on the Pocket PC OS.
    Starting with ASP.NET 2.0? Look at:
    Programming Microsoft Web Forms
    My Blog
  • Re: deploy .aspx to pocket pc

    12-22-2003, 12:59 PM
    • Loading...
    • rosas
    • Joined on 12-11-2003, 12:22 PM
    • Posts 8
    • Points 40
    let me get it:
    the same guys that created asp.net and pocket pc 2003, dont let u use both together?
    so, if i want to run aspx i must be online right?
  • Re: deploy .aspx to pocket pc

    12-22-2003, 1:03 PM
    • Loading...
    • douglas.reilly
    • Joined on 11-19-2002, 9:19 PM
    • Brick, NJ USA
    • Posts 4,647
    • Points 23,295
    If you want to access an ASP.NET site on a Pocket PC, since you cannot run IIS or ASP.NET on the Pocket PC, yes, you must have some network connection to the site involved.

    That said, you can certainly create a traditional Windows Forms application on the Pocket PC, and that application can use Web Services (acting as a client hitting a Web Service) to keep the local Pocket PC's copy of SQL CE up to date whenever a connection is available...
    Starting with ASP.NET 2.0? Look at:
    Programming Microsoft Web Forms
    My Blog
  • Re: deploy .aspx to pocket pc

    12-22-2003, 1:08 PM
    • Loading...
    • rosas
    • Joined on 12-11-2003, 12:22 PM
    • Posts 8
    • Points 40
    Ok mate, thanks for ur time
  • Re: deploy .aspx to pocket pc

    08-11-2004, 3:48 AM
    • Loading...
    • sylbilassys
    • Joined on 02-10-2004, 11:21 PM
    • Posts 18
    • Points 90
    I also faces this kind of problem. Actually I want to develop a simple application that read a barcode from my HandHeld pc running Windows CE. How can I design a interface and extract a barcode no into textfiles because after that I want to upload the data to my PC. Can I use .Net Framework to do this ?
Page 1 of 1 (11 items)