=?Utf-8?B?bmFlZW0gYWhtYWQ=?= <naeemahmad (AT) discussions (DOT) microsoft.com>
wrote in news:F94E7FAB-15C6-4DF2-802F-8701070993E2 (AT) microsoft (DOT) com:
Quote:
Can I able to use TCP protocol calling method on windows service from
ASP.net application.
I have managed to use HTTP, but when i tried with TCP, it fails, do i
need any configurartion for ASP.net.
Calling method on DLL hosted by windows service, I can call over TCP
from windows form application but not from ASP.net application. |
You can make TCP from IIS to the service, but not the other way around.
However, WCF and IIS 7.0 does support TCP.