Problem:
I was trying to locate the asp.net temp during a local build session. I know that the CLR compiles and binds its code in the c:\windows\microsoft.net\framework\... temp area. But during a local session on a dev box it is built somewhere else.
Solution:
It is in c:\Users\UserName\AppData\Local\Temp\Temporary ASP.NET Files\root\
No comments:
Post a Comment