Hi all,
We've just started using the HOST.EXE NetTalk demo app to run several WebServer.dll processes on a single server, but we have just come across a big problem that I am unsure how to solve.
When the individual WebServer NT apps were being run standalone, they used to load up some site specific settings in a file called 'websettings.xml' in the EXE folder.
Now that they are DLL's and being run from within HOST.EXE, their effective startup folder is the same folder as HOST.EXE, not the individual site folder. Thus the DLL's do not find their settings.
How can I get each subsite to load their setting from their local DLL folder, and not the HOST.EXE folder? (Without hard coding the path, which would make it a pain to move files around later)?
Cheers,
Devan