I need to open up the Windows Firewall for outbound connections for an application I\'m writing. The best answers I\'ve been able to locate are here:
I am creating an interface that allows the user to manage (among other things) the Windows Firewall. The GUI that comes with Windows looks like this
I am trying to connect to an http server via IPv6 link-local address from Windows xp sp3 with firefox 6.
My product has a service which adds a firewall rule while starting (manual start) for the first time. Installer for my product does not add any firewall rule.
Closed. This question is off-topic. It is not curren开发者_StackOverflow社区tly accepting answers.
I have an application that communicates with a NetApp device through their api.With the windows firewall on, the api commands will fail.With the firewall off, the api commands work.I don\'t receive an
I\'m attempting to determine whether or not a remote host is listening on a particular UDP port number.I do this (in C#) as follows:
We\'re working on an application that listens on some ports. We really want to avoid using a proper installer, so we can\'t open the firewall at that point.
I\'ve been trying to fix a weird 403 Forbidden error I get when I try to go to one of m开发者_Python百科y pages via WAMP on the localhost.
I built a WCF service that exposes itself for a web application, it accepts an object and prints the data on the clients machine. Works fine on my development machine, and the service is up and runnin