Hi, looking for some help
I've got an ISAPI DLL
The same DLL will be used for 2 sites on the same server
So I need a configuration file (ini) diferent for each one
I'm trying to put this ini file next to the DLL file but I can't figure out
how to find the path of the DLL to open the INI file.
Is there any way to get the DLL path?
Thanks
Diego