Hello, I’m working with ASP.NET 2.0 and SQL Server 2005 and I’ve got some questions about security best practices. First I’ll describe the solution architecture. The ASP.NET application has 3 tiers; one of them is the Data layer, which is the only layer that communicates with the SQL Server. The application...