Hi,
I have a web based 3-tier application in Asp.net 1.1 and Sql server
2000. We have decided to go from 1.1 to version 2.0 but with Sql server
2000 as the backend and not sql server 2005. I am very confused about
which codes go where... Any advice is greatly appreciated.
I have the data layer and business layer classes for each object used
in my application in a separate class project (C#) in version 1.1. I
was wondering if I have to put all the data layer classes(with methods
to access stored procedures) in App_Code directory. I understand that
the App_Code contents get compiled dynamically. So, is it ok to put the
entire datalayer for the application into this directory? Also, I am
not sure if it is secure to put the codes with data access components
(methods that call the stored procedures) in App_code directory.
If not, how do I organize the data layer and business layer classes?
I appreciate any advice and direction with links to articles or books.
Thanks in advance.
Sb