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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -