M
Matt Bailey
Good afternoon,
I have a question to pose with you. I am currently in the middle of a
project re-write wherein I have an ASP.NET page that reads in a pair of
files off of the server, parses through the data, and outputs another
file. The question I have is dealing with security. The application
won't allow me to read the files in so that I can parse through them.
I am using impersonation to adopt the NT permissions for my account,
and I have read/write privileges on the folders. It should be noted
that I only run into this problem when I attempt to run the app off a
remote machine. It works on my local machine.
Any ideas?
Thanks
I have a question to pose with you. I am currently in the middle of a
project re-write wherein I have an ASP.NET page that reads in a pair of
files off of the server, parses through the data, and outputs another
file. The question I have is dealing with security. The application
won't allow me to read the files in so that I can parse through them.
I am using impersonation to adopt the NT permissions for my account,
and I have read/write privileges on the folders. It should be noted
that I only run into this problem when I attempt to run the app off a
remote machine. It works on my local machine.
Any ideas?
Thanks