In Visual Studio 2008, when I save a file in the App_Code folder it takes quite a lot longer to save than a similar sized file that is located outside of App_Code folder.
Similarly, when I make changes to the code in a file in the App_Code folder, it takes the .Net Solution a lot longer to compile than it does when making code changes in other files. What is the reason for this? Thanks