I have hit upon something I need to figure out, and normally I have a clue as to where to turn and look for references, but this one has me a bit stumped.
My situation is that I am looking to deploy an ASP.NET/C#.NET application on a web server that is in a DMZ. The application does need database access and the SQL server it would need to connect up with sits behind the protective boundaries of the DMZ.
Can someone suggest references or resources that I could read to learn how my application can be deployed in this environment and what things I would have to do to permit the application to converse with the SQL server?
My situation is that I am looking to deploy an ASP.NET/C#.NET application on a web server that is in a DMZ. The application does need database access and the SQL server it would need to connect up with sits behind the protective boundaries of the DMZ.
Can someone suggest references or resources that I could read to learn how my application can be deployed in this environment and what things I would have to do to permit the application to converse with the SQL server?