Trust Listen port in the window service
Hello
I am not sure that what I want to know is a big problem, but ... I
created windows service which listen internet connection to some port.
Everythings ok, but windows firewall denyed any connection to this.
Can somebody tell me what should I do please?
Thanks.
.
Relevant Pages
- Re: Trust Listen port in the window service
... created windows service which listen internet connection to some port. ... Everythings ok, but windows firewall denyed any connection to this. ... You can either just open the port globally, or you can give your service specific access to the port. ... (microsoft.public.dotnet.framework) - Re: Trust Listen port in the window service
... created windows service which listen internet connection to some port. ... Everythings ok, but windows firewall denyed any connection to this. ... Configure the firewall so that it doesn't deny access to the port. ... (microsoft.public.dotnet.framework) - Re: Error when calling a webservice from a windows service
... The port that the web service will listen on is the same port configured at the web site level in IIS Manager. ... If there are any software or hardware firewalls between your windows service and the web server, they will need to be configured to allow traffic on that port. ... (microsoft.public.dotnet.framework.windowsforms) - DNS Resolver question.
... I am running a windows service that is monitoring the requests made on DNS ... Suppose a Web browser from a local machine (source is port: abcd IP: ... (microsoft.public.security) - Re: Hosting a webservice in a windows service WSE 3.0
... THROUGH PORT 80. ... just let my windows service do all the work. ... In your case, if you are planning to host a asmx on a service, I think the ... want to host the webservice in my windows service, ... (microsoft.public.dotnet.framework.webservices.enhancements) |
|