App_Code folder in ASP.NET project in VIsual Studio 2010

softwaremonster picture softwaremonster · Jun 22, 2010 · Viewed 21.8k times · Source

at vs2008 i could set App_Code folder, but at vs2010 i can not do it, that's why i put my dataset's and class' to App_Data folder. Either I do not know even App_Data folder is secure? Any suggestions?

Thanks

Answer

abatishchev picture abatishchev · Jun 22, 2010

Remember, that Web Site Project can contain App_Code folder and Web Application Project can't! Because all project is for code.