Came across a completely random exception today on a new web server:
System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_XXX, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'App_Web_XXX, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
After some digging, I found issue is now
↧