Lets say I have a simple web application built in C#, which includes a few aspx pages and a web.config file that includes SQL Server database details. Some of the aspx pages will call stored procedures from the database - either SELECT or INSERT queries, and forms authentication will be used.
From an Application Architecture point of view, would this be 2-Tier Architecture (Data Tier - Client Tier) or 3-Tier architecture (Client Layer - Business Layer - Data Layer) ?
It sounds to me like 2-Tier, but since aspx.cs is server side, would this be seen as the business layer?
Also, apologies if I shouldn't be asking this question here, but I can't remember the name of your sister site!