Re: Web Services Network Infrastructure
Tech-Archive recommends: Speed Up your PC by fixing your registry
Hi,
Web Services Guy wrote:
Can anyone recommend an article that describes the ideal network architecture
(from a security perspective) for public-facing web services? For example,
do you put the web servers behind the primary firewall and the database
servers behind another one with port 1433 open to the web servers?
Thanks.
What you mention is named a DMZ (demilitarized zone), you can find lots
of documentation online about this:
http://www.informit.com/articles/article.asp?p=27574&rl=1
It's a nice way to secure your data, because it's relatively easy to
setup. Other system configurations are also possible, thanks to the
versatility of web services (which use the port 80 and a text based
protocol to communicate).
HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog:
http://www.galasoft-LB.ch
PhotoAlbum:
http://www.galasoft-LB.ch/pictures
Support children in Calcutta:
http://www.calcutta-espoir.ch
.
Relevant Pages
- Re: Pocket pc development
... web servers, what is ASP.net then? ... Web services are really easy to write in C# ... >> So I have a final question concerning web services, you told me its an app ... >>> Philip, ... (microsoft.public.pocketpc.developer) - Re: Pocket pc development
... ASP.Net is used to draw web screens for a web browser from any .Net ... Web services also use IIS as the engine, but no web browser on the ... > web servers, what is ASP.net then? ... >> ..Net Compact Framework MVP ... (microsoft.public.pocketpc.developer) - Re: Web servers
... Virgil Stokes wrote: ... So many web servers also have a protocol intended for data. ... If you want to get started in your reading, you could google for "web services", which is one approach using SOAP & WSDL. ... They may or may not be enforceable, but if you access a lot of data from a server, you may be too big a drain on its resources, if it's configured for browser access only. ... (comp.lang.python) - Re: Pocket pc development
... ASP.NET and Web Services are not the ... > web servers, what is ASP.net then? ... >>> I know that a web service dicussion is far beyond this newsgroup ... >>> Thx for ur patience. ... (microsoft.public.pocketpc.developer) - AssemblyName context property AssemblyName context property was no
... The "SOAP" adapter is suspending an outbound message going to destination ... call different web services depending on the "AffiliateID". ... Role Link which contains a two way port. ... The AssemblyName context property contains name of the Web Proxy assembly ... (microsoft.public.biztalk.general) |
|