M
Mike Gleason jr Couturier
Hi,
I want to write a module and let the webmaster select different providers
for that module :
- module.dll may use...
- module_sqlprovider.dll
- module_xmlprovider.dll
- module_<future_module_provider>.dll
So in the web.config I want the user to link the site with the module.dll
and with a configuration, tell the module to use for example the
module_xmlprovider.dll...
So I know hot to register a module.. but I don't know how can I do the
remaining part... I guess I would need to use the factory design pattern
also?
I just need the big lines...
Anyone?
Thanks
I want to write a module and let the webmaster select different providers
for that module :
- module.dll may use...
- module_sqlprovider.dll
- module_xmlprovider.dll
- module_<future_module_provider>.dll
So in the web.config I want the user to link the site with the module.dll
and with a configuration, tell the module to use for example the
module_xmlprovider.dll...
So I know hot to register a module.. but I don't know how can I do the
remaining part... I guess I would need to use the factory design pattern
also?
I just need the big lines...
Anyone?
Thanks