Hi,
I'm trying to open a log file on a server (that's not the application web server) and display the log in an html or aspx page on client.
I've researched several options but have failed mostly due to security permissions. I'm unable to open the file regardless of the process by which I do it unless I manually map a drive on the web server or client pc. Because there are so many log files (about 14 on each of 6 servers) I'd rather not map drives to 84 different directories. (This is a bit over-exaggerrated, but you get my point.)
So my question is, what is the best way to accomplish this task without mapping a drive? I've tried impersonation with a user that has admin rights on both servers, but this doesn't seem to work without mapping also.
Specs:
Web Server: Windows 2003; IIS 6.0
File Server: Windows 2003; IIS (not installed)
Thanks,
d
I'm trying to open a log file on a server (that's not the application web server) and display the log in an html or aspx page on client.
I've researched several options but have failed mostly due to security permissions. I'm unable to open the file regardless of the process by which I do it unless I manually map a drive on the web server or client pc. Because there are so many log files (about 14 on each of 6 servers) I'd rather not map drives to 84 different directories. (This is a bit over-exaggerrated, but you get my point.)
So my question is, what is the best way to accomplish this task without mapping a drive? I've tried impersonation with a user that has admin rights on both servers, but this doesn't seem to work without mapping also.
Specs:
Web Server: Windows 2003; IIS 6.0
File Server: Windows 2003; IIS (not installed)
Thanks,
d