I was wondering if someone could tell me if its better to write my ASP code within an .asp page or within a VB COM dll(using the Microsoft Active Server Pages Object Referenct).
It will depend on what your ASP pages do. Unless it's a trivial task, I suggest using components, following the DNA model of separating the business logic from the data access. It's also easier to debug components than ASP pages (IMHO) because the VB IDE is far superior to Interdev.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.