Access file denied - Urgent!!!

D

David Li

Hi all,

I was trying to read/write to a file under the ASP.NET web application's
root directory. After some configurations, e.g. Enabling 'Impersonate',
Assigning correct pemissions to ASPNET accounts for this file, the program
ran very well. However when I put it on another server, it appears the
system is trying to locate the file under "C:\Winnt\System32" and I got
"Unauthorized Exception". This file IS under the web application root
directory, and I tried to put "~/" or "./" before the file name, it didn't
work either! Any ideas? Thank you in advance!!!


David
 
P

Paul Clement

¤ Hi all,
¤
¤ I was trying to read/write to a file under the ASP.NET web application's
¤ root directory. After some configurations, e.g. Enabling 'Impersonate',
¤ Assigning correct pemissions to ASPNET accounts for this file, the program
¤ ran very well. However when I put it on another server, it appears the
¤ system is trying to locate the file under "C:\Winnt\System32" and I got
¤ "Unauthorized Exception". This file IS under the web application root
¤ directory, and I tried to put "~/" or "./" before the file name, it didn't
¤ work either! Any ideas? Thank you in advance!!!
¤

Are you using Server.MapPath to specify the location of the file?


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top