I could not add App_Code For my project, so I decided to add It as new Folder an naming it "App_code".
Is this is correct way to add this folder to my Project?
If this is correct way , why I can not find the namespace "MyProjectName.App_Code" in code behind although I defined the namespace in code behind of each Page as "using MyProjectName.App_Code;"