I was trying to create a Dynamic Data Website using VS 2010 RC. An attempt to create an App_Code folder where I would put a LINQ to SQL class, failed. When I selected 'Add ASP.NET Folder' to add the folder, I had options to create only the following folders:
- App_GlobalResources
- App_LocalResources
- App_Data
- App_Browsers
- Theme
What happened to the App_Code folder?
See Question&Answers more detail:os