Re: [DOTNET] Web Service Design

2002-04-26 Thread Greg Reinacker
Lots of possibilities here... But probably the most obvious one would be to expose your private services in IIS on a different port, and don't expose that port through your firewall to the internet. Greg Reinacker Reinacker & Associates, Inc. http://www.rassoc.com -Original Message- Fr

[DOTNET] Web Service Design

2002-04-26 Thread franklin gray
Can a IIS Server that is open to the public have web services on the same machine that are only accessable from the public web service? We are trying to design our app that it can be scaleable to a web farm, and the first web service determines which server to send the client, depending on who