そのため、asp net mvc 4.5 を使用しようとしていますが、ログイン カミソリ ビュー内で作業しています。このページは他のページとは違うので、一番上に持っています
@model HSServer.Models.LoginModel
@{
ViewBag.Title = "Log in";
Layout = null;
}
マスターページを使用しLayout = null;
ないようにします。
アプリケーションを実行しようとすると、行に InsufficentExecutionStackException がスローされ、次のように表示されLayout = null;
ます
Insufficient stack to continue executing the program safely. This can happen from
having too many functions on the call stack or function on the stack using too
much stack space.
誰が何が起こっているのか教えてください!
編集
それLayout = null
は助けにはならず、単純にエラーを 1 行上に移動した as の削除とは関係がないようです。まだ掘っています。