tags:

views:

75

answers:

2

Apparently I did something to break my iis configuration - now every time I hit a modified aspx file, it makes a file like ve-9D04.tmp in the same folder with the same source.

Presumably the compiler is doing this, but I can't figure out what changed to cause this.

How do I get asp.net's compiler to stop generating these .tmp files all over my site?

Any help appreciated.

A: 

Dynamic compilation and debug mode cause that, but I believe those files are deleted when the process is done. If you haven't changed your build, check the web.config files and machine.config.

Nikki9696
A: 

I have also Same Problem. But these files are delete after restart.