473,779 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\Micr osoft.NET\Frame work\v2.0.50727 \Temporary 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 1223
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*******@hotm ail.com> wrote in message
news:e0******** ******@tk2msftn gp13.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\Micr osoft.NET\Frame work\v2.0.50727 \Temporary 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
4988
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
2234
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
1494
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 slowed down by a factor of 8-14: 38 sec at 15M memory usage, 570 sec at 144M, 330 sec at 200M. Is there anything I can do to fix that? When the program is running, the system has 18M free memory and is not doing any swapping. `python -O' did...
3
5759
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 blank database structure that really contains no data at all, or any unused space at all. apparently that's not what i'm getting now. is there a way to get this apart from dump, initdb, restore? i figure that if i could dump/initdb/restore i'd...
78
4922
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 the use of Dreamweaver be of great help?
0
1093
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
3099
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 as a variable. I also looked at os.statvfs(), but that output doesn't seem to make any sense at all to me, knowing the size of the disc. Thanks for your help! R.D.
2
2399
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 partitions and other 4 hold partitioned tables (2 logical nodes per computer). Application: DataStage v8 running some (say 32) parallel massive single row inserts
2
5041
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. the main mdb file is now at 1.33gb. The software is locked so I can't get at anything to make any changes. Problem is occuring when accounting goes to close the month of septmber which will also close our year end (no choice) The program will run...
0
9636
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10306
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10138
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9930
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6724
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.