DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: ,    posted on: microsoft.public.dotnet.framework.compactframework        back       

Thread Index
  1    Rudy
          2    Paul G. Tobey [eMVP] p space tobey no spam AT no instrument no spam DOT com
                 3    Rudy
                        4    Paul G. Tobey [eMVP] p space tobey no spam AT no instrument no spam DOT com
          5    ctacke/ ctacke[at]opennetcf[dot]com
                 6    Rudy
                 7    Paul G. Tobey [eMVP] p space tobey no spam AT no instrument no spam DOT com
                 8    Simon Hart


  
no content
Date:   Author:  

Re: Windows Mobile 5.0 running asp page   
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.

"Rudy"  wrote in message 
news:0ABEAE74-5121-4243-8EEE-EAE4CCF91530@microsoft.com...

> 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
>
>
> -- 
> The truth is out there? Does anyone know the URL?
>
> Rudy 
Date:Fri, 10 Aug 2007 10:33:10 -0700   Author:  

Re: Windows Mobile 5.0 running asp page   
ASP.NET is not supported on CE/Windows Mobile.  There is an ASP 3.0 server, 
and ISAPI extensions are also an option.


-- 

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


"Rudy"  wrote in message 
news:0ABEAE74-5121-4243-8EEE-EAE4CCF91530@microsoft.com...

> 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
>
>
> -- 
> The truth is out there? Does anyone know the URL?
>
> Rudy 
Date:Fri, 10 Aug 2007 13:34:17 -0500   Author:  

Re: Windows Mobile 5.0 running asp page   
Thanks.  Did you mean its a no-go for Windows Mobile 5.0?  

"Paul G. Tobey [eMVP]" wrote:


> 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.
> 
> "Rudy"  wrote in message 
> news:0ABEAE74-5121-4243-8EEE-EAE4CCF91530@microsoft.com...
> > 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
> >
> >
> > -- 
> > The truth is out there? Does anyone know the URL?
> >
> > Rudy 
> 
> 
> 
Date:Fri, 10 Aug 2007 11:38:14 -0700   Author:  

Re: Windows Mobile 5.0 running asp page   
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?

"<ctacke/>" wrote:


> ASP.NET is not supported on CE/Windows Mobile.  There is an ASP 3.0 server, 
> and ISAPI extensions are also an option.
> 
> 
> -- 
> 
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded World
> www.OpenNETCF.com
> 
> 
> "Rudy"  wrote in message 
> news:0ABEAE74-5121-4243-8EEE-EAE4CCF91530@microsoft.com...
> > 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
> >
> >
> > -- 
> > The truth is out there? Does anyone know the URL?
> >
> > Rudy 
> 
> 
> 
Date:Fri, 10 Aug 2007 11:42:00 -0700   Author:  

Re: Windows Mobile 5.0 running asp page   
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.

"Rudy"  wrote in message 
news:E8C6CA4C-1213-4C13-A19C-51E04B1F1A9B@microsoft.com...

> Thanks.  Did you mean its a no-go for Windows Mobile 5.0?
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> 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.
>>
>> "Rudy"  wrote in message
>> news:0ABEAE74-5121-4243-8EEE-EAE4CCF91530@microsoft.com...
>> > 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
>> >
>> >
>> > -- 
>> > The truth is out there? Does anyone know the URL?
>> >
>> > Rudy
>>
>>
>> 
Date:Fri, 10 Aug 2007 12:37:58 -0700   Author:  

Re: Windows Mobile 5.0 running asp page   
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.

"Rudy"  wrote in message 
news:05092BCA-0FB6-4EB6-A43A-A870C6D88823@microsoft.com...

> 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?
>
> "<ctacke/>" wrote:
>
>> ASP.NET is not supported on CE/Windows Mobile.  There is an ASP 3.0 
>> server,
>> and ISAPI extensions are also an option.
>>
>>
>> -- 
>>
>> Chris Tacke, Embedded MVP
>> OpenNETCF Consulting
>> Managed Code in an Embedded World
>> www.OpenNETCF.com
>>
>>
>> "Rudy"  wrote in message
>> news:0ABEAE74-5121-4243-8EEE-EAE4CCF91530@microsoft.com...
>> > 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
>> >
>> >
>> > -- 
>> > The truth is out there? Does anyone know the URL?
>> >
>> > Rudy
>>
>>
>> 
Date:Fri, 10 Aug 2007 12:45:06 -0700   Author:  

Re: Windows Mobile 5.0 running asp page   
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.
-- 
Simon Hart
http://simonrhart.blogspot.com


"Rudy" wrote:


> 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?
> 
> "<ctacke/>" wrote:
> 
> > ASP.NET is not supported on CE/Windows Mobile.  There is an ASP 3.0 server, 
> > and ISAPI extensions are also an option.
> > 
> > 
> > -- 
> > 
> > Chris Tacke, Embedded MVP
> > OpenNETCF Consulting
> > Managed Code in an Embedded World
> > www.OpenNETCF.com
> > 
> > 
> > "Rudy"  wrote in message 
> > news:0ABEAE74-5121-4243-8EEE-EAE4CCF91530@microsoft.com...
> > > 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
> > >
> > >
> > > -- 
> > > The truth is out there? Does anyone know the URL?
> > >
> > > Rudy 
> > 
> > 
> > 
Date:Sat, 11 Aug 2007 00:50:00 -0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us