I am working on a project where I use an ISAPI dll file/web service to generate a file. I previously used a hardcoded location as to where to store the file, which worked great, I am now trying to swap it with a location stored within a specified text file.
The problem I am having is that it seems to be appending the current path of the IIS worker process 'C:\Windows\SysWOW64\inetsrv' to the start of the location information I store inside my text file. I am not sure if this is down to my code or an IIS 7 server setting? Can anyone point me in the right direction?
Many Thanks.