dmz

ASP.Net Providers from web server in DMZ

Hello all, 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 as represented in the following (crappy) text diagram External Internal internet --- Fi...

Problem with WCF service and Windows Mobile

Hello! 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 development pcs, IIS, and open a port all the way in(Just for test). It works. But if I copy the service on to the dmz server, it d...

Problems running a Secure WCF Service in a DMZ

Hi Everybody! 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 of domain "intranet" Web Application "B" is deployed in a server of the DMZ, exposed to internet and part of domain "extrane...

Running a SQL query on my database behind the DMZ

Hi All, 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 web server, but not accessible via the internet. I can access the Web Server using putty, and the web server has MySQL installed....

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 try to access the services from the DMZ we get a "cannot handle anonymous" user exception. Accessing the app server directly works fine. A...

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 the client using Windows authentication, but with impersonation <identity impersonate="true" userName="OurCompany\Me" password="Blahblah...

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? ...

Access WCF-service behind firewall from DMZ

Hi, 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 located on the DMZ. Now, my problem is that the company has a kind of strict policy not to open any ports from DMZ into the intranet. 1...

Initiate MSMQ receive operation from receiver (queue in DMZ, receiver on intranet)

I'm currently outlining the architecture of an SMS messaging integration for a customer. The service will expose an external (Internet facing) interface for receiving messages (which will be used by a third-party service provider) and an internal interface for sending SMS messages. My current idea is to have a WCF application hosted by ...

codeigniter DMZ problem

hey guys , i posted my problem in ci forum but i didn't got an answer so i wish you can help ; all details are here: http://codeigniter.com/forums/viewthread/164933/ best regards . ...

what's wrong with dmz library in CI

Hey, i started using the DMZ library and all goes cute expet i’m encoutring a problem : i have three tables : portals : id - title.. pages : id - portal_id - title.. categories : id - portal_id - title .. the relation between them is like that : each page and category has one portal . and each portal have many categories and pages . so...