Access DLL without instantiating
Posted
by user330635
on Stack Overflow
See other posts from Stack Overflow
or by user330635
Published on 2010-05-02T01:18:41Z
Indexed on
2010/05/02
1:27 UTC
Read the original article
Hit count: 213
I wrote a simple dll with only 2 functions in it. Is there a way to access these functions without having to instantiate them on every page?
Can't I add them to the web.config somehow as assemblies thus giving me access to them?
© Stack Overflow or respective owner