ResolutionsNET
IS-IT--Management
If I have a setup of a web server and a database server, and my application is split into three layers, UI, Business and Data. With the Data layer calling stored procedures, where is the best place to these assemblies. e.g. if the DAL assembly sits on the SQL server what are the security/performance implications and does this mean I have to make this a remoting object.
If the DAL assembly stays on the web server, what are the
security/performance implications.
Thanks for any help.
If the DAL assembly stays on the web server, what are the
security/performance implications.
Thanks for any help.