Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
874 views

Accessing data in internal production databases from a web server in DMZ

I'm working on an external web site (in DMZ) that needs to get data from our internal production database. All of the designs that I have come up with are rejected because the network department will ...
3
votes
2answers
926 views

ASP.Net Providers from web server in DMZ

We have an intranet asp.net web application which uses the OOTB ASP.net membership and role providers. Now we are planning to expose the application to internet, by moving the web server to the DMZ ...
2
votes
2answers
434 views

What is DMZ in networking?

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?
2
votes
2answers
952 views

Problems running a Secure WCF Service in a DMZ

I'm having some trouble with two web applications that communicate each other using WCF Services. This is my scenario: Web Application "A" is deployed in a server of the corporate intranet and part ...
1
vote
1answer
26 views

Create SSL Client Certificate on different Web Server [closed]

I have a web server (Apache) and configured a CA on this machine to create self-signed ssl client certificates (via openssl). Because the web server is in the DMZ, my question is: Is there any way to ...
1
vote
0answers
107 views

WCF service with netTCPbinding and DMZ clients

We have a WCF service with netTCPBinding hosted in a windows service, this service connects to ContentManager server to upload documents and add some metadata, retrieve the documentID and passes it to ...
1
vote
1answer
232 views

Access LAN files from DMZ

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 ...
0
votes
0answers
32 views

Sharepoint server 2010 in DMZ [closed]

I have scenario where I have two sharepoint servers (SP Foundation 2010), one sits inside the internal network and second one sits in a DMZ. Now, I have a task at hand to share a list's data between ...
0
votes
1answer
37 views

Accesing WCF Service behind Firewall from Internet

We have some WCF Services that are located on the intranet behind firewalls and are only consumed by internal applications. The new requirement is that few services need to be consumed also from ...
0
votes
1answer
107 views

Read remote file without file sharing

I'm trying to read a file on a remote computer however, ports for file sharing are blocked. Actually most porst are closed and only have access to execute WMI and Registry queries. Is it possible to ...
0
votes
1answer
108 views

Duplex channel WCF from DMZ to Intranet

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. In the DMZ (web), we want to access this WCF service. Firewall seems to ...
0
votes
2answers
77 views

Writing Files to a LAN server with a Web App in DMZ

I have a ASP.NET application (C#), just a form for people to fill out and submit on the Internet. However, I need this application to write a file (just using IO) to a location on my LAN. This is a ...
0
votes
1answer
69 views

Will WCF trust credential from an untrusted domain?

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. When the webserver tries to communicate with the ...
0
votes
0answers
19 views

Moving a host header to a different site

On our stage server, I am creating a new version of the site. The server is on the DMZ. The Host Header for the old site is "test.com". I want to use that same host header on the new site and just ...
0
votes
1answer
195 views

Spring / roo and three tier architecture with firewall and dmz

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. Our client requires ...
0
votes
2answers
136 views

Connecting to mulitple databases with DMZ DataMapper

I'm using the DMZ DataMapper ORM for CodeIgniter. I'm sure it is possible to configure it to connect to multiple databases. I haven't found any documentation yet. Has anyone done this before?
0
votes
1answer
187 views

Query a date range with DMZ DataMapper and CodeIgniter

I cannot find the solution in the docs for this simple problem. I want to fetched a set of objects from the database in a specific date range. I'm using DMZ Datamapper in the CodeIgniter environment. ...
0
votes
1answer
730 views

Access WCF-service behind firewall from DMZ

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 ...
0
votes
1answer
326 views

WCF service hosted on IIS and client website on IIS

Here's the desired setup: Service with wsHttpBinding is on IIS 6 on Machine 1 behind the firewall. Client is front end website on IIS 6 on Machine 2 on a DMZ. We are currently able to authenticate ...
0
votes
1answer
361 views

Accessing WCF Service using TCP from the DMZ (not on network or domain)

We have a DMZ where we host an IIS website which in turn communicates to our "app" server (also IIS) WCF services using TCP. When we are on the domain and in the network this works fine. When we ...
0
votes
1answer
135 views

Running a SQL query on my database behind the DMZ

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 ...
0
votes
2answers
241 views

Problem with WCF service and Windows Mobile

I have a very simple wcf service. And a simple windows mobile client. I have two Windows 2008 servers. One is my development pc. The other is placed in our dmz. If I deploy my application to my ...