473,412 Members | 2,096 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Massive disc space usage after upgrade to ASP.NET 2.0

After uppgrading from .NET v1.1 to .NET v2.0 we ca see massive usage of disc
space(10 GB) in a subfolder in the following folder:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files
IIS6 on Windows 2003 server web edition.

This site contains a few hundred page and approximately 50 concurrrent
users. The amount of data in the Temporary ASP.NET Files has increased
with 2 GB within last 2 hours. We dont understand why?

Is there somehowe we can limit the amount of space utilized in the temp
folder? Someone know a woraround?


Nov 19 '05 #1
1 1206
this is where asp.net puts the compiled code for your pages. either your
site is very big, or its recycling a lot and forcing recompiles. check the
event log for recycles.

if you look at the dir, you will find a folder with your sites name. inside
it is a folder of each compile of your site. inside each of these compile
folders will be compiles of each page, and shadow copies of dlls.

note: asp.net only cleans up this dir on a gracefull exit (at least 1.1
does, not sure how much better 2.0 is at this - the rc is no better). you
should write a scheduled job that cleans this directory or it will slowly
eat up the disk.

-- bruce (sqlwork.com)
"James" <Ic*******@hotmail.com> wrote in message
news:e0**************@tk2msftngp13.phx.gbl...
After uppgrading from .NET v1.1 to .NET v2.0 we ca see massive usage of
disc space(10 GB) in a subfolder in the following folder:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files
IIS6 on Windows 2003 server web edition.

This site contains a few hundred page and approximately 50 concurrrent
users. The amount of data in the Temporary ASP.NET Files has increased
with 2 GB within last 2 hours. We dont understand why?

Is there somehowe we can limit the amount of space utilized in the temp
folder? Someone know a woraround?

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Thomas Schulz | last post by:
Any ideas how to check for free disc space from Python. Platform independent? Thanks for any suggestion. Thomas
5
by: Alex Polite | last post by:
I need to put recursive data structures on disc and found out that cPickle doesn't like recursion. What are my options? alex -- Alex Polite http://polite.se
4
by: Hallvard B Furuseth | last post by:
I have a program which starts by reading a lot of data into various dicts. When I moved a function to create one such dict from near the beginning of the program to a later time, that function...
3
by: Bopolissimus Platypus Jr | last post by:
hello all, i've got a database that takes up 4G of space. when i run a script that deletes all rows and then vacuum, the data directory gets down to around 3-3.5G. what i'd like is to get a...
78
by: Robert Baer | last post by:
The homepage i have had up and seemingly working is: http://oil4lessllc.com/ However, the validator has so many complaints, and being so incompetent, i have no clue as to how to fix it all. Would...
0
by: linksterman | last post by:
title pretty much explains it self. i want to know if I upgrade my xp system to vista, if i can ever get back to XP by either using the recovery disc i created, or the recovery partition on the HDD
9
by: DataSmash | last post by:
I simply want to capture the free disc space in a variable so that I can compare changes. I'm aware of a few commands like "df -h" or "du - k", but I can't figure out how to capture those values...
2
by: 4.spam | last post by:
Hello, all. DB2 v9.5.1 ESE, Windows 2003 Server 64-bit, 4 CPU (8 cores) each, DPF environment. There are 2 DPF instances on the same set of 5 computers. One computer holds coordinator...
2
DonRayner
by: DonRayner | last post by:
Hi all, I've been fighting with this problem for a couple of days and hopfully someone here has an answer. First off this is a comercial software package (JobBoss 5.02) using access 2000 runtime....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.