HI all, we have started the testing phase for our web farm, while we have load balance servers and everything is working brillantly, we have the need to place all log files into one location on our SAN.
So we have created a share and provieded the UNC on the log file location with IIS, this seems to be working in terms of writing to the directory which is great, but I can only see one server log anything. I am thinking because it is using the same file name and the log file is considered open the other server is also unable to open and write to it?
If this is the case is there a way around this, or could I have each server append a prefix at the start or finish of the log file for example:
orginal log file name : u_ex090114
prefix log file : Server1_u_ex090114
Any help here would be greatly appreciated.