Just a quick question; would using asp/html, sql-server stored procedures and the sql-server be considered as a 3-layer structure?? -- Frettmaestro "Real programmers don't document, if it was hard to write it should be hard to understand"
I would consider it to be 3 tier, yes Presentation layer in the ASP Business layer in stored procs Database in sql server Regards Paul