|
-
Jan 19th, 2004, 09:24 AM
#1
Thread Starter
Frenzied Member
Is it possible to make a dll method application independent?
I want to write a generic method which I register as a dll
It will execute a method which is based on the configuration settings in web.config file for each web application that uses this method
do I have to pass information from the web application in the method call like:
mydllmethod(ex, appname, setting1, setting2)
OR
is there a way to write the dll method generic so it will automatically read configuration information from the webapplication that instanciate it(it's web.config)...
I hope I make some sense...
kind regards
Henrik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|