PC Review


Reply
Thread Tools Rate Thread

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

 
 
=?Utf-8?B?Um9ueVM=?=
Guest
Posts: n/a
 
      1st Feb 2007
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....
 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      1st Feb 2007
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)

RonyS wrote:
> 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....

 
Reply With Quote
 
=?Utf-8?B?Um9ueVM=?=
Guest
Posts: n/a
 
      1st Feb 2007
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..

"bruce barker" wrote:

> 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)
>
> RonyS wrote:
> > 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....

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
System.IO.IOException using GPS COM port Mrc Microsoft Dot NET Compact Framework 0 21st Aug 2007 04:18 PM
what can cause System.IO.IOException besides for HD errors? Zytan Microsoft C# .NET 6 9th May 2007 04:18 PM
Diagnosing System.IO.IOException =?Utf-8?B?UmljY2k=?= Microsoft Dot NET Framework 5 24th Aug 2006 12:47 PM
System.IO.IOException: because it is being used by another proces =?Utf-8?B?VGFv?= Microsoft Dot NET Framework 2 17th Jul 2005 09:38 PM
System.IO.IOException Krissy Microsoft ASP .NET 2 31st Jul 2003 03:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:34 PM.