473,657 Members | 2,397 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

2.0: Deleting Temporary ASP.NET Files?

I started an application using Beta2 and now I've been having a variety of
problems continuing to develop the application in 2.0 that I suspect may be
related to left-over icky stuff.

What can I delete under the Temporary ASP.NET Files directory? I assume
everything under that directory ccan be whacked and if neccessary will be
rebuilt by VS2005 so I'd like to clean house.

I should find a document that explains this well but its not in my Favorites
folder. Perhaps it is in yours?

<%= Clinton Gallagher


Dec 29 '05 #1
4 3202
yes, you can delete a folder under that directory.

for instance, if you have an operational ASP.NET web site named
"MySite" you should find a folder named "MySite" inside your Temporary
ASP.NET Files folder.

you can delete that temporary "MySite" folder and it will be recreated
automatically by ASP.NET the next time a browser requests a page
belonging to the MySite web app. (note that, if you've added a virtual
directory to IIS for that site, you may need to shut IIS down before
you're allowed to delete that folder from Temporary ASP.NET Files. )

hth
albert braun

Dec 29 '05 #2
You should be able to "whack" everything. If you end up with problems, you
may end up with a complete uninstall and reinstall after deleting the dirs.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************
"clintonG" wrote:
I started an application using Beta2 and now I've been having a variety of
problems continuing to develop the application in 2.0 that I suspect may be
related to left-over icky stuff.

What can I delete under the Temporary ASP.NET Files directory? I assume
everything under that directory ccan be whacked and if neccessary will be
rebuilt by VS2005 so I'd like to clean house.

I should find a document that explains this well but its not in my Favorites
folder. Perhaps it is in yours?

<%= Clinton Gallagher


Dec 29 '05 #3
Thanks, good point about virtual directories and IIS.

<%= Clinton Gallagher

"albert braun" <bc************ ***********@yah oo.com> wrote in message
news:11******** **************@ g44g2000cwa.goo glegroups.com.. .
yes, you can delete a folder under that directory.

for instance, if you have an operational ASP.NET web site named
"MySite" you should find a folder named "MySite" inside your Temporary
ASP.NET Files folder.

you can delete that temporary "MySite" folder and it will be recreated
automatically by ASP.NET the next time a browser requests a page
belonging to the MySite web app. (note that, if you've added a virtual
directory to IIS for that site, you may need to shut IIS down before
you're allowed to delete that folder from Temporary ASP.NET Files. )

hth
albert braun

Dec 29 '05 #4
Scary talk. Complete uninstall and reinstall of what? Visual Studio?

There were several sub-directories I was unsure of before posting but I've
drilled down to read source files and have determined what the unusual
sub-directories are for.

<%= Clinton Gallagher

"Cowboy (Gregory A. Beamer) - MVP" <No************ @comcast.netNoS pamM> wrote
in message news:54******** *************** ***********@mic rosoft.com...
You should be able to "whack" everything. If you end up with problems, you
may end up with a complete uninstall and reinstall after deleting the
dirs.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** ************
Think Outside the Box!
*************** ************
"clintonG" wrote:
I started an application using Beta2 and now I've been having a variety
of
problems continuing to develop the application in 2.0 that I suspect may
be
related to left-over icky stuff.

What can I delete under the Temporary ASP.NET Files directory? I assume
everything under that directory ccan be whacked and if neccessary will be
rebuilt by VS2005 so I'd like to clean house.

I should find a document that explains this well but its not in my
Favorites
folder. Perhaps it is in yours?

<%= Clinton Gallagher


Dec 29 '05 #5

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

Similar topics

1
10201
by: phpninja | last post by:
Greetings, I was wondering if it is possible to delete someone's temporary internet files with javascript? Basically I'm am using a PDF module called HTML_ToPDF. The pdf module takes some output based on queries and creates a pdf, and it works great. My problem is, if i make a change to the data in the database, then rerun that exact pdf routine (done by clicking a form button that reposts the data), the pdf that is refreshed in the...
5
16770
by: Rosa | last post by:
Hi, I'm trying to clear the TIF on Windows XP programmatically with the below code. This code works fine on any folder but the TIF. For some reason the atEnd() statements always defaults to true and no files are deleted in the folder. The peculiarity of this issue is that the files/subfolders cannot be seen through the windows explorer either. I can only access/delete them through a command shell. Any ideas?
1
4568
by: Karim Virani | last post by:
Is it ok to delete the contents of the framework's Temporary ASP.NET Files folder? I have a 3rd party ASP.NET assembly that's not working and the support folks told me to do this while IIS was stopped before reinstalling the assembly. Thanks!
5
3850
by: Bas Hendriks | last post by:
Has anyone any idea how asp.net find it's files back after compiling them to the temporary asp.net directory? I found on numerous webpages that the directorynames are chosen random but cannot find how asp.net find's it's compiled files when asking for the same webpage which was complied before. -- Bas Hendriks Technical Specialist PinkRoccade
6
4555
by: Martin Bischoff | last post by:
Hi, I'm creating temporary directories in my web app (e.g. ~/data/temp/temp123) to allow users to upload files. When I later delete these directories (from the code behind), the application restarts and all active sessions are terminated. This error is also described in detail here:...
7
1850
by: John Morgan | last post by:
I have done a fair amount of programming of ASP.NET 1.1 without poroblem I am now involved in my first project with ASP.NET 2.0 and I am having difficulties with understanding the compilation or 'build' arrangement or perhaps I am overlooking something else. I am developing a project using the IIS local host configuration. My actual problem is :
5
1275
by: jawloc | last post by:
Hi I have a question that I hope someone can help me with. I have created a web page that allows a user to upload an image with a caption to my web server. Here is what happens when the user loads the page: 1 - A temporary folder is created with that user's username here is an example of the folder "c:\wwwroot\upload\tmp\username". 2 - The user uploads the file it gets saved in the temp folder.
0
7056
lotus18
by: lotus18 | last post by:
Hi everyone, Every time we are doing a project using vb6 we noticed that a temporary file will be created and created until it looks messy on a folder where the project resides. Edit this code in Notepad and save it as deltemp.bat or any filename you wanted with a .bat extension. cls del *.tmp /s Save the batch file with the same folder of your project in vb6 to delete all the temporary files in that folder.
9
9878
by: divyakgowda | last post by:
Hello, For my ruby on rails application,i need to delete all the temporary files created in /tmp folder.If those files increases, at some point in time, my application stops working unless i delete all session files manually.Is there any way, so that i can keep on deleting those files from the folder automatically or somehow.Please help if anyone knows.Its urgent. Thanks in advance
0
8399
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
8827
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
8732
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...
1
8504
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5632
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
4159
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...
0
4318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2732
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
2
1622
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.