
Need help - ASP build issue
I am forced to Kill aspnet_wp.exe process before I can build without
errors indicating that the project's temp files in ...\temporary
ASP.Net files are in use "by another process". The other process is,
as it turns out, aspnet_wp.
So, I kill and I kill and I kill. And if I forget to kill, I either
get build errors, or worse, new properties won't work (because I'm
using a cached .DLL apparently) and things get confusing.
Anybody know a way to automatically force aspnet_wp to release temp
DLLs once I quit a project?