Hi Mike, > I have a need to create a Web Server to answer requests from web browsers. > So I have tried the WebServ example but I am not sure how to send requests > to it. Here is what I tried; > > 1- Ran the application on my windows XP machine and when I tried to start > the service on port 80 I received an exception stating the address is > already in use. (10048 error)
So you have a web server running on your machine already - probably Personal Web Server, or something like that. > 2- So I tried a different port (6080) and the service started ok. > > 3- So now from Internet Explorer I tried to connect to the service with the > following > > http://pavallion8000/webserv:6280/ > > and I received a web page stating ; > > Forbidden > You donĀ“t have permission to access /webserv:6280/ on this server. I think you want http://localhost:6080 or http://pavallion8000:6080 Regards, Bevan
-- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be