Question : Sharing Methods Between Applications on the Same Server

This is an extemely basic question, but I couldn't find the answer quickly doing a google search....  I know methods in the App_Code folder are only accessible in the scope of its IIS application.  But if you do want to share methods between applications on the same server, what options are available?  Are webservices (.asmx and WCF) the only options?

Answer : Sharing Methods Between Applications on the Same Server

The only time you have to refresh is if something changes in the method signature or you add a new method.  The refresh is required otherwise because the refresh actually extracts the wsdl from the web services and generates a proxy class for you to use in your aplication.
Random Solutions  
 
programming4us programming4us