Previous Thread:   validating a webpage before first postback

9/30/2005 12:13:02 PM    access server side files - outside of virual directory
How can I access files on the server that are outside of the virtual  
  
directory of the web application.  
  
More Information:  
  
web application located here: C:\inetpub\wwwroot\FileAccessor  
  
File located here: C:\MyFiles



9/30/2005 3:43:34 PM    Re: access server side files - outside of virual directory
I am assuming you are running onto a permissions issue? You need to grant  
  
whatever user the asp.net process is running under rights to the  
  
directories/files you want to be able to access from your web app.  
  
"Craig" <Craig@discussions.microsoft.com> wrote in message  
  
news:CDAED8E9-C30F-498B-9C3D-63C2A5787315@microsoft.com...