I place using namespace in a view code behind but i can\'t call any class of this name space in aspx.
In codebehind:
using MVCTest.Controller;
Did you remember to include the assembly as well? E.g. like this:
// system.web / compilation / assemblies