Re: [twsocket] ICS WebServer Demo

2012-11-14 Thread Angus Robertson - Magenta Systems Ltd
 The problem was that the World Wide Web Publishing Services was 
 running.

There is a registry setting that makes IIS listen only on specific IP
addresses when it starts, so you can run IIS and ICS servers at the same
time.  

HLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList

or add them using netsh commands:

netsh http add iplisten ipaddress=217.146.102.140:80

Angus
 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS WebServer Demo

2012-11-14 Thread François Piette
 The problem was that the World Wide Web Publishing Services was running.

You should have got the error 10048 Socket already in use. You reported
error 10013. Strange.

-- 
francois.pie...@overbyte.be
Embarcadero MVP
http://www.overbyte.be




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS WebServer Demo

2012-11-13 Thread Angus Robertson - Magenta Systems Ltd
 Just started to look at the Web Server demo. When I run it I get 
 10013 Bind error.
 Any clues as to how to proceed?

Close the existing web server application running on the same IP address
and port, use a different port for the ICS web server or add another IP
address to your PC and make sure other applications don't try and use it
(IIS defaults to using all IPs). 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS WebServer Demo

2012-11-13 Thread Graham Powell
Thanks. Demo works now.

Graham

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Angus Robertson - Magenta Systems Ltd
Sent: 13 November 2012 16:57
To: twsocket@elists.org
Subject: Re: [twsocket] ICS WebServer Demo

 Just started to look at the Web Server demo. When I run it I get
 10013 Bind error.
 Any clues as to how to proceed?

Close the existing web server application running on the same IP address and
port, use a different port for the ICS web server or add another IP address
to your PC and make sure other applications don't try and use it (IIS
defaults to using all IPs). 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS WebServer Demo

2012-11-13 Thread François Piette
 Just started to look at the Web Server demo. When I run it I get 10013
Bind error.
 Any clues as to how to proceed?

Error 10013 mean you have no access to some file.
Check the OS files hosts, protocol and services (no extension) which shoud
be in C:\Windows\System32\drivers\etc
Some virus corrupt those files or make the OS think they are at another
location.

-- 
francois.pie...@overbyte.be
Embarcadero MVP
http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be