T
Todd
Where do I place my code? I am learning VS.NET 2003 but
have a big picture question on how to build applications.
The way I see it, I have three places I can place code. I
can place code on the webserver (front end), the
application sever(s), and the back-end SQL Server. It
seems to me, the best practice is to place as much code on
the SQL Server (called through triggers) and on the
middle "application server" and as little as possible on
the web server. Is this correct? I have been studying many
ASP.NET and VB.NET books, and it seems no one addresses
this design topic clearly.
have a big picture question on how to build applications.
The way I see it, I have three places I can place code. I
can place code on the webserver (front end), the
application sever(s), and the back-end SQL Server. It
seems to me, the best practice is to place as much code on
the SQL Server (called through triggers) and on the
middle "application server" and as little as possible on
the web server. Is this correct? I have been studying many
ASP.NET and VB.NET books, and it seems no one addresses
this design topic clearly.