- I created folder "Test" under my web site root.
- Under this folder I created another App_Code folder and put my class code there.
- I also add default.aspx under Test folder.
In my code behind I cannot access class code. Only classes under top App_Code is available.
How can I access code under second App_Code? I tried to add same namespace for page and class, but this does not help.