Ask a Question related to ASP Database, Design and Development.
-
clivegisworkuk@yahoo.co.uk #1
ASP on PIE & Pocket PC
I read an article that you need to load winsock in eVB to run ASP on a PPC.
My question is how do you link the eVB project with ASP???> > Code Walkthrough
> > The first thing you need to publish a Web Service is a Web server. You
> > probably know that there is no Web server in a Pocket PC, and
> > therefore we need to create one first. You can do that by using the
> > Winsock control in eMbedded Visual Basic. If you add one to a form and
> > name it wsoServer, you can use the following code to activate it on
> > port 80, the port used for HTTP (Hypertext Transfer Protocol):
> > Private Sub Form_Load()
> > wsoServer.LocalPort = 80
> > wsoServer.Listen
> > End Sub
Cheers
Clive
clivegisworkuk@yahoo.co.uk Guest
-
Pocket PC
Is it possible to install WSE 2.0 on a pocket PC? I need a way to authenticate a pocket PC calling a webservice. -
Pocket PC, Flash and asp
Hi, I have a series of 8 asp pages that transfer data from our server to a Pocket PC, at present the pages are viewd in a web browser on the... -
Pocket pc (PDA)
Greetings! I have made a 3d museum in director mx 2004. I really need it to work on a PDA (pocket pc). Is there anything that i can do to achieve... -
Really need help : Pocket PC Asp.net
Hello everybody I'm using the MS .Net framework to create a mobile web application. On a Asp.net mobile web form (...so for pocket PC for... -
Pocket PC 2003
Sharp Software makes an Xtra for the PPC 2002 that exports lingo which can then be used to export from eMbedded Visual C++.... -
Aaron Bertrand - MVP #2
Re: ASP on PIE & Pocket PC
What does this have to do with databases? Please stop starting new threads
every couple of hours. You have at least two threads already going over in
asp.general, with multiple responses, some of them qith requests for more
information, which you haven't bothered supplying. People are trying to
help you but you don't seem to be very accommodating.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
<clivegisworkuk@yahoo.co.uk> wrote in message
news:4124b3f3.0312150844.5b393b0e@posting.google.c om...PPC.> I read an article that you need to load winsock in eVB to run ASP on a>>> > > Code Walkthrough
> > > The first thing you need to publish a Web Service is a Web server. You
> > > probably know that there is no Web server in a Pocket PC, and
> > > therefore we need to create one first. You can do that by using the
> > > Winsock control in eMbedded Visual Basic. If you add one to a form and
> > > name it wsoServer, you can use the following code to activate it on
> > > port 80, the port used for HTTP (Hypertext Transfer Protocol):
> > > Private Sub Form_Load()
> > > wsoServer.LocalPort = 80
> > > wsoServer.Listen
> > > End Sub
> My question is how do you link the eVB project with ASP???
>
> Cheers
> Clive
Aaron Bertrand - MVP Guest



Reply With Quote

