Hi All,
I am trying to convert a Web Site Project to a Web Application Project. When I convert the project files, one of the steps renames the App_Code directory to Old_App_Code. I have used the App_code directory to hold all of my .cs files for classes, utilities, and enumerations, etc. Then when I build the solution all of the classes I have defined can not be found in the calling aspx pages. So, how do I specify that these files are in the Old_App_Code directory now? Do I have to make some kind of change to each aspx page that calls them (lots!) or is there some global setting that I can specify to now look in the Old_App_code directory?
Thanks for your help,
Claude.