G
Guest
I have a web application in C#, there are .aspx pages and business objects
are compiled as DLL in /bin folder (the objects run queries on the database,
..aspx pages never have direct connection to database).. The performance is
pretty good now, but it still looks 2-tier to me cos dll is running on the
same webserver. I am worrying about scalability in the future. Any
recommendation? any easy way to make it become physically 3-tier? say...
running the business object dll on another machine?
are compiled as DLL in /bin folder (the objects run queries on the database,
..aspx pages never have direct connection to database).. The performance is
pretty good now, but it still looks 2-tier to me cos dll is running on the
same webserver. I am worrying about scalability in the future. Any
recommendation? any easy way to make it become physically 3-tier? say...
running the business object dll on another machine?