Security Issue

  • Thread starter Thread starter Matt Bailey
  • Start date Start date
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
 
Matt,
Not to sound like a broken MP3 but this is really an ASP.NET question and
should be addressed to the asp.net newsgroup, not the c# language group.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top