Hi, I want to migrate my classic ASP application from 2-tier to 3-tier where I want my business logic calls to happen on App Server. However , there is no seperate data layer or business layer . The queries are part of the ASP pages itself in the in-line mode. Also the transactions are managed using...