03 MVC5 Forms 인증 로그인 1. 웹을 수정합니다.config System.웹, 수정 후 다음을 수행합니다. 2. 시스템 수정WebServer의 노드, 제거 "FormsAuthentication"/> ,修改后如下: 로그인 추가 코드: 로그인 후 string name = User.Identity.Name;//로그인한 사용자 이름 bool hasLogin = User.Identity.IsAuthenticated;//tru... [16]Asp.netMVC03C#
MVC5 Forms 인증 로그인 1. 웹을 수정합니다.config System.웹, 수정 후 다음을 수행합니다. 2. 시스템 수정WebServer의 노드, 제거 "FormsAuthentication"/> ,修改后如下: 로그인 추가 코드: 로그인 후 string name = User.Identity.Name;//로그인한 사용자 이름 bool hasLogin = User.Identity.IsAuthenticated;//tru... [16]Asp.netMVC03C#