1

My ASP.net 3.5 site, hosted on a shared hosting provider, started showing "Access to the path 'D:\temp\Temporary ASP.NET Files\root\385288b9\3cc848e\hash\hash.web' is denied" (I have no access to the files on the server, other than my hosted site).

Any idea ????

Ranch
  • 2,601
  • 4
  • 29
  • 28

1 Answers1

0

This path to temporary asp.net files can be overriden by yourself in the machine.config or web.config file, in the element which contains the "tempDirectory" attribute. You can check the following reference in MSDN about this. http://msdn.microsoft.com/en-us/library/s10awwz0.aspx (lost MSDN reference) and the specific instruction to edit the file is given in this ServerFault answer.

Also, some debugging is suggested here

Community
  • 1
  • 1
Alfabravo
  • 7,493
  • 6
  • 46
  • 82