This article can give you an idea to start with.
http://msdn.microsoft.com/library/en...SecNetHT15.asp
or you can use a proxy on public server to a COm+ app on secure server to
get back the xml.
"Jim Bayers" <spam@spamity.spam> wrote in message
news:Xns95A28C0CD4815spamspamityspam@207.46.248.16 ...[color=blue]
> We have a read only connection to the remote campus sql server. For
> security reasons, my network nazi won't let me have a web server on our
> local server that has this connection. Fine. He want's to isolate our
> server with the connection to the remote server from the outside world.
>
> ----------------------
> | Campus server |
> ----------------------
> |
> ----------------------
> | Secure server |
> ----------------------
> |
> ----------------------
> | Public web server |
> ----------------------
>
> So the public queries the public server and the secure server acts as a
> go between between the public server and the campus sql server. The
> public sees the report web page.
>
> What's the best way to do this? I was thinking I could put a web server
> on the secure server and have it query the campus server and return xml
> to the public web server. But the network nazi won't let me run a
> webserver on the secure server.
>[/color]