c# - Why does asp.net copy DLLs to their own directory -
as part of dynamic compilation stage, asp.net copies dependent dlls web application temporary internet files directory. of files end in own directory randomly generated name.
- what purpose of this?
- why not directly copy /bin directory structure new location, without separating files own directories?
Comments
Post a Comment