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;
try to use in your aspx / ascx file
<%@ import namespace='your namespace' %>
you could also try to import your namespace in the web.config