I\'m trying to read a file on a remote computer howeve开发者_运维知识库r, ports for file sharing are blocked. Actually most porst are closed and only have access to execute WMI and Registry queries.
We are running an dual channel service inside the domain. We have a TCP binding on port 20120 and a HTTP binding on port 20121.
We have a webserver in a DMZ hosting an IIS website. The website talks to a middleware machine in a private domain, which is hosting WCF services.
we have a big three tier ejb application, which consists of a webserver (apache tomcat) located in a dmz(demilitarized zone), an application server(jboss) and a database server.
We have an application that stores files on a file server in our LAN.Now, they want a web application to make the files available on our public web server (in the DMZ).What\'s the best method for acce
I\'m about to develop an service for a customer. The service will be located on the intranet behind firewalls and have a database of its own. The service will be consumed by another Web-application lo
I have to configure a Java开发者_如何学编程 application which is hosted in side a corporate network. So what is DMZ and how to get through to expose the services?DMZ (network):
I\'m having some trouble with two web a开发者_高级运维pplications that communicate each other using WCF Services.
I am working on a web app that is hosted on a web server in a demilitarized zone (DMZ). I need to run MySQL queries on the database that is on its own server which is on the same local network as the