P
p988
If I have a web app which provides interface to customers for ordering items
of goods through IE browsers. The interface is built on ASP.NET. The
interface calling bunch of DLLs and the DLLs in turn link to a database on a
SQL server.
Should this be regarded as 3 tiers or 2 tiers?
Is there any synchronization issues involved here, like inside DLL and
accessing database if many customers access the same ASP page?
Thanks in advance!
of goods through IE browsers. The interface is built on ASP.NET. The
interface calling bunch of DLLs and the DLLs in turn link to a database on a
SQL server.
Should this be regarded as 3 tiers or 2 tiers?
Is there any synchronization issues involved here, like inside DLL and
accessing database if many customers access the same ASP page?
Thanks in advance!