Forum Moderators: open
We would like to make it so that the name you enter for the ISAPI filter is the name of the config file that the ISAPI filter will use.
Right now we have the name of the config file statically coded into the filter. SO that means we need to recompile the DLL with a hard-coded config file name for each site that needs different config options.
We would like to have the filter name - or some other method of specifying the config file - so that there is only one copy of the DLL on the computer, and multiple config files - rather than multiple DLLS and multiple config files.
Thanks.