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
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