472,809 Members | 4,149 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,809 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 1191
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: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.