how to delete 'Temporary ASP.NET' folder?

  • Thread starter Thread starter Jason Shohet
  • Start date Start date
J

Jason Shohet

I don't know what this folder does, but in c, winnt, microsoft.net,
framework, v1.1.4322, its there.

I'm getting an error on one of my web sites saying that 'art.global' is
defined in multiple places, using definition from c:... Temporary ASP.NET
Files \ ... \artbargains.dll. (Artbargains is the name of the site).

My site compiles fine, but I'm getting this error at runtime when i browse
to the site. I've tried to delete the tempoorary asp.net folder, but it
won't delete :) TY for any help!
 
Hi Jason

To delete the files from "c:... Temporary ASP.NE
Files \ ... ", plz. follow the below given steps

1. Stop ur IIS (Start->Settings -> ControlPanel->Administrative Tools->Intenet Services Manager->Default Web Site
2. Delete ur file
3. Restart II

I think ur problem is not coz. of, not deleting these files. The pblm. might be in the code or in the app. settings

If u can post the code snippet, I can help u out to resolve the issue

bye

Regards
Kamalanathan T
HCL Tech
 
Back
Top