views:

12

answers:

0

Hi,

We got a Citrix Environment with some databases, a frontend netwerk with local machines and a backend network on a shared AD-Domain.

The frontend-servers cannot access the database-servers in the backend.

I would like to build a webservice in the backend to access some data on the database-servers. On the frontend, I would like to have a webservice that redirects (or other technique) stuff to the internal webservice.

I don't want to open the SQL port between Frontend & Backend but I'm willing to open the port 144 between frontend IIS and backend IIS.

Any idea's how I should implement this?

Regards, Sven Peeters