that dll you made with the functions and such, you can call those functions and classes from any othe asp.net application. So here's what you do:
1. Create that dll
2. start a new solution or project (asp.net project)
3. add a reference to your .dll via the "Add a Reference" dialog.
4. add a using directive if needed
5. use the objects like normal
6. build the web application.