Have restart computer to unlock temporary ASP.NET, anyone has experienced this?

N

Norman Yuan

In my cuurent ASP.NET project, a weird thing happens: when I test-run the
project and a uncatched run error occurs, VS quits the test-run, as
expected. If I try to run the project again (either start it inside VS.NET
or directly call the page from IE), I get server error, pointing to
"machine.cofg" file at following portion:

<compilation ...>
<compilers>
...
</compilers>
<assemblies>
...
...
<add assembly="*"/> <---here is the line of problem
</assemblies>
</complition>

And the following error message says "cannot download file from
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
files\.projectname\......"

I went to the folder for temporary ASP.NET folder and found last folder at
the end of the chain was not accessible, locked by a process (aspnet_wp.exe,
maybe?). Anyways, I have restart the computer to unlock it. After restart, I
can run the project, either from VS.NET or from IE directly. But if I run
the project from VS.NET(!!!) again and if an error occurs, that temporary
folder is locked again. It does not happen if you run the pages from IE. It
prompt me that there could be something wrong with the project
setting/debugging setting. But I just cannot find where the problem is. Has
anyone been in this situation? Any idea?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top