Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Compact Framework / August 2007

Tip: Looking for answers? Try searching our database.

Windows Mobile 5.0 running asp page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rudy - 10 Aug 2007 18:22 GMT
Sorry if this is a repost.

We are trying to create an application in Visual Studio 2005 for a Windows
Mobile 5.0 device.  What we would like to do is have a web page (this on is
.aspx in vbscript) run on the mobile device and not be served from a web
server.

for a little more detail:
These devices are not always connected, but the pages have just two simple
controls and are used to store data on the device locally in SQL Micro
edition.  So we actually dont need a remote web server, just these pages
locally.

It works fine on the development machine, but that hs a local IIS server.  
Is this possible, or is there some other approach we should be using?

thanks

Signature

The truth is out there? Does anyone know the URL?

Rudy

Paul G. Tobey [eMVP] - 10 Aug 2007 18:33 GMT
I don't know about aspx, which I think is a no-go for Windows CE, but you
should be able to install the Windows CE/Windows Mobile Web server on the
device and serve ordinary pages, local pages, from that.

Paul T.

> Sorry if this is a repost.
>
[quoted text clipped - 14 lines]
>
> thanks
Rudy - 10 Aug 2007 19:38 GMT
Thanks.  Did you mean its a no-go for Windows Mobile 5.0?  

> I don't know about aspx, which I think is a no-go for Windows CE, but you
> should be able to install the Windows CE/Windows Mobile Web server on the
[quoted text clipped - 20 lines]
> >
> > thanks
Paul G. Tobey [eMVP] - 10 Aug 2007 20:37 GMT
ASP is supported, with some limitations, which I'm not intimately familiar
with (check the CE5 help for ASP -- there's a page called "ASP Functionality
for Windows CE 5.0").  The Web server will, of course, serve ordinary HTML
pages, too.  It may be that you can get enough functionality to make it work
for you, but it's doubtful that it will be a straightforward port from the
desktop; most things aren't.

Paul T.

> Thanks.  Did you mean its a no-go for Windows Mobile 5.0?
>
[quoted text clipped - 28 lines]
>> >
>> > thanks
<ctacke/> - 10 Aug 2007 19:34 GMT
ASP.NET is not supported on CE/Windows Mobile.  There is an ASP 3.0 server,
and ISAPI extensions are also an option.

Signature

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com

> Sorry if this is a repost.
>
[quoted text clipped - 14 lines]
>
> thanks
Rudy - 10 Aug 2007 19:42 GMT
Thanks

You mean run ASP 3.0 server on Windows Mobile 5.0?  Sorry, usually my parter
handles this side of the development... you have to explain things like I am
a newbie!  ISAPI can run an active server page?

> ASP.NET is not supported on CE/Windows Mobile.  There is an ASP 3.0 server,
> and ISAPI extensions are also an option.
[quoted text clipped - 17 lines]
> >
> > thanks
Paul G. Tobey [eMVP] - 10 Aug 2007 20:45 GMT
Yes, there's a Web server that will run on Windows CE/Windows Mobile and it
has ASP 3.0 support.  ISAPI is a programming API for the Web server, so you
can add functionality to the server by adding DLLs built to use the ISAPI
(not in .NET, however; native code only).  When the page requested by the
Web client points to the ISAPI extension, that extension is loaded by the
server and passed information about what the request was.  It can then do
whatever it wants, including asking SQL Mobile for data, whatever.  ISAPI
seems more general to me, but ASP might be closer to what you're used to.

Paul T.

> Thanks
>
[quoted text clipped - 32 lines]
>> >
>> > thanks
Simon Hart - 11 Aug 2007 08:50 GMT
Why don't you just develop a WinForms application. I see little point in
hosting web pages on a device as you are losing all benefits of web
technology on mobile devices other than using the web server to host server
side code.
Signature

Simon Hart
http://simonrhart.blogspot.com

> Thanks
>
[quoted text clipped - 23 lines]
> > >
> > > thanks

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.