You'll need to enable the TCP hosting in WAS by calling appcmd.exe
:
%windir%\system32\inetsrv\appcmd.exe set site
"Default Web Site" -+bindings.[protocol='net.tcp',bindingInformation='*']
Check out the MSDN documenation or Michele Leroux Bustamante's article on this topic - it contains all the info you'll need.
Marc
marc_s
2009-07-09 18:55:51