Simple design question

From: Andy (Andy_at_discussions.microsoft.com)
Date: 06/22/04


Date: Tue, 22 Jun 2004 09:03:02 -0700

Dear all,

I am developing an asp.net app which will be using functions which will more than likely be used by other asp.net apps to come. Rather than code them all into the main app, I want these coded in their own dll so that other apps can call them.

1. Presumably I create a separate dll in order to share these functions?
2. Where do I place this DLL on the server?
3. Presumably I can then right click on references and add the .net reference to the dll?

Please excuse this simple question, but we all have to start somewhere...

Many thanks in advance for your valuable feedback.