"Directory does not have write permission"

  • Thread starter Thread starter Phillip Peterson
  • Start date Start date
P

Phillip Peterson

I have created an ASP.NET project with Visual Studio .Net on our Intranet
server using file sharing (not FrontPage Extensions).

When I try to add a new item, I get the error:

"Directory does not have write permission"

Anyone know how to solve this?
 
Are you trying to write to a specific folder on the client or server disk?
If not, perhaps you need to give the ASP.NET user account write permissions
to your temp folder.
 
Back
Top