|
|||||||||||
|
RE: Web app based on .net - best practice?
From: TUER, DON <don.tuer(at)cgi.com>
Date: Wed Apr 23 2003 - 13:15:06 EDT
Web Tier - only have web server in this tier. Build a proxy component that sends all requests to application tier. Use SAOP as the transport which allows for better firewall security. Application Tier - authenticate the user in this tier and pass back an authentication ticket to the web tier who then renders the page if it's an authenticated user. A good place to start is Microsoft's report "Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication" http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetse c/html/secnetlpMSDN.asp?frame=true Thanks Don
-----Original Message-----
Imagine I have a .net based application
I thought it would be a good idea to have the presentation layer (asp)
in a DMZ and the business layer (components in VB and C#) in a safe site
behind a firewall. The communication in between would take place with
RPC calls.
I wondered what Microsoft says about the division of the layers, is there a recommendation or some kind of best practice for something like this? Do any know of pointers to information about this? My concern is that if the whole application was based in the DMZ, it would be hard to control injections and stuff like that. With the division we can control (somewhat) what calls goes to the safe site (business layer). I would love to hear opinions on this matter Thanks, Mads -- Mads Rasmussen Consultant Av. Engenheiro Luis Carlos Berrini, 550 11º. Andar - conj. 111 - Brooklin - S.P. Brasil +55 11 3345-2525 Phone +55 11 3345-2526 Fax http://www.opencs.com.br/Received on Wed Apr 23 13:25:26 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:50 EDT |
||||||||||
|
|||||||||||