Thursday, July 29, 2010
nettcp binding in IIS7
binding information:
[protocol='https',bindingInformation='*:443:']
[protocol='net.tcp',bindingInformation='808:*']
see http://www.iis.net/ConfigReference/system.applicationHost/sites/site/bindings/binding
http://www.devx.com/codemag/Article/33655/1763/page/6
C:\>Windows\System32\inetsrv\appcmd list config -section:Sytes/
C:\>Windows\System32\inetsrv\appcmd set app "testWS/MultipleServiceWCF" /enabledProtocols:http.net.tcp
[protocol='https',bindingInformation='*:443:']
[protocol='net.tcp',bindingInformation='808:*']
see http://www.iis.net/ConfigReference/system.applicationHost/sites/site/bindings/binding
http://www.devx.com/codemag/Article/33655/1763/page/6
C:\>Windows\System32\inetsrv\appcmd list config -section:Sytes/
C:\>Windows\System32\inetsrv\appcmd set app "testWS/MultipleServiceWCF" /enabledProtocols:http.net.tcp
Monday, July 26, 2010
Creating .NET web service with Visual Studio 2010
Thursday, July 15, 2010
IT Begriffe auf Deutsch
Interface - Schnittstelle
Web Service calls - Aufruf über Webservice [Schnittstelle]
GUI - grafische Benutzeroberfläche
Web Service calls - Aufruf über Webservice [Schnittstelle]
GUI - grafische Benutzeroberfläche
Subscribe to:
Posts (Atom)