What are good educational resources for setting up .Net Webservice on a DMZ connecting to SQL Server

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-03-24T18:15:05Z Indexed on 2010/03/24 19:43 UTC
Read the original article Hit count: 300

We are going to begin implementing a web service that will be hosted on a DMZ server. This web server will post data to a SQL server and we're trying to determine the best methodology to handle this. Things that concern us are web service authentication, SOAP, and whether or not to store the database on the DMZ or the local network. This same scenario will apply to ASP.Net apps.

Trust me, I've already searched the web, but as usual, the online resources I've found either talk about just authentication, or just about SOAP, or etc, but does not show or suggest how the entire system can work together.

Can you give me a list of resources such as links that I've missed, books, classes, or etc that would help?

Thank You.

© Stack Overflow or respective owner

Related posts about books

Related posts about resources