Saving a file over a network

  • Thread starter Thread starter Von Shean
  • Start date Start date
V

Von Shean

In a aspx page i want to save a file on other system. I have no idea how to
do it.
I tried to map drive but access was denied.

Can i provide security details when i open a file???

Or can i allow a user on my machine to be allowed on another machine??
 
In IIS 5 the aspx pages are executed in the ASPNET user acccount's context
and in IIS 6 its the Network Service user. Make sure these users have
permission to the destination directory.

HTH,

Sanjay
 
Back
Top