I made a dll files for my asp application. The dll file uses ADO to get access to the database. What is the proper way distributing the asp app? I know I need to register the dll on the web server, do I need to include/register the ado dll file on the server or just the dll files that I created?

Thanks!!