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.