I have a website based on a .NET 4.0 ASP.net project template. Suddenly, when I restore my solution, the App_Code directory receives awards for 3-4 minutes to compile (depending on what is displayed in the Output window). There are only about 13 classes in this catalog, and they are all very small.
I tried to transfer these files from the App_Code directory to a separate class library project, but some of them depend on the System.Web.Security namespace, which cannot be added to the project without a website.
What is the best way to debug this method to determine what the compilation process fades in?
source share