ASP.NET System.IO.IOException on c:\windows\temp\xxxxxxxx.dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a large scale web application with about 200 users.

Every few hours I get this error message:

"The process cannot access the file c:\windows\temp\xxxxxxx.dll" (The xxxxx
is a random characters)

We are using ASP.NET 1.1 on Widnows 2003 SP1.

Did anyone ever faced this issue?. I am clueless....
 
your site is recycling and recompiling. every page compile creates a new
dll in the temp folder. if you have impersonation on, sometimes the
dll is created with these creditials, and others are not allowed access.
check that you have all the service packs, and check the permissions on
the parent temp folder.

-- bruce (sqlwork.com)
 
Thanks for your quick answer.
Unfortunatly I am not using impersonation so Its probably not that.
Should I reset permission on c:\windows\temp to allow everyone full control
just in case?

Could this have anything to do with XSLT? - We are using a lot of XSLT..
 
Back
Top