Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラシック ASP のサイトがあります。
このサイトの一部を MVC4 に変換中です。認証が必要なエリアがあります。
メインサイトには認証プロセスがあります。
ユーザーがメイン サイトで認証されている場合、MVC4 エリアを確認するにはどうすればよいですか?
コントローラーまたは特定のロールのユーザーの特定のアクション メソッドに認証属性を配置できます。
ここでそれについてのチュートリアルを参照してください