Link to home
Start Free TrialLog in
Avatar of melwong
melwong

asked on

Missing many dll files in C:\Windows\Temp

Hi,

After we deleted some files in ASP.Net Temporary folder, we experience that IIS throw errors where it is missing dll files at C:\Windows\Temp.

Each time we refresh the browser, we get different dll files that is missing.


Avatar of Anurag Agarwal
Anurag Agarwal
Flag of India image

You need to rebuild your asp.net application as asp.net stores some dlls in asp.net temp folder for execution.
 
Anurag
Avatar of melwong
melwong

ASKER

how do i rebuild? The app is running on prod server without Visual Studio. I'm a newbie in ASP.Net
Avatar of melwong

ASKER

btw I'm using ASP.Net 2.0
then you need to re deploy your code on production server..
or just try doing restarting the IIS
ASKER CERTIFIED SOLUTION
Avatar of melwong
melwong

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial