Possible Duplicate:
What is the “Temporary ASP.NET Files” folder for?
I have some web-service that been upgraded from iis6 to iis7 and to application pool .net 4.0. Under iis6 everything was working OK.
On start up of the webservice under application pool .net 4.0 , one of the startup binary is copied to
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\RTService\b19c4d8f\16493894\assembly\dl3
but the start up binary has dependency to some xml file that is not copied . But it presented under normal deployment directory.
Any idea what is this directory and why my dll is running from there and how i can solve my issues.