Context.User は、MySql メンバーシップを使用した Windows 認証を使用する MVC プロジェクトの Application_AuthenticateRequest() メソッドで null (または HttpContext.Current.User) です。
何か案が?
protected void Application_AuthenticateRequest()
{
var us = Context.User;
var user = HttpContext.Current.User;
}