This is probably a problem on my part but I have a web application that uses classes.
However I just noticed that I have been putting my code in the App_Data directory instead of the
App_Code, which explains why I have to compile every time I make a change to a dataset. The problem
is that when I right click the project and go to 'Add' > 'Add ASP.NET Folder' The App_Code directory
is not available. I have been using Visual Web Dev Express to try out asp.net and it always had that folder.
How do I add that ASP.NET folder called App_Code?
Start Free Trial