I can drop a class in the root directory off my web site and it compiles.
I can drop the same class in my App_Code folder and it has a problem processing one of my using statement
using System.DirectoryServices;
What am I doing wrong?
Go to the complete details ...