protected override void HandleUnknownAction(string actionName) { try { this.View(actionName).ExecuteResult(this.ControllerContext); } catch (Exception ex) { throw new HttpException(404, "Not Found", ex); // or 특정 ViewPage } }
가장 많이 본 글
-
Windows Server 2003 Service Pack 1 에서 부터는, 64-bit IIS 에서는 32-bit 응용프로그램을 운영할 수가 있습니다. Windows-32-on-Windows-64 (WOW64) 기술을 통해서 말이죠.^^ 그런데, 6...
-
처리되지 않은 예외: System.Security.Authentication.AuthenticationException: SSPI를 호출하지 못했습니다. 내부 예외를 참조하십시오. ---> System.ComponentModel.Win32Exce...
-
IP 주소를 설정하거나, 변경을 할려면 어떤 인터페이스에 어떤 IP 주소가 설정이 되어 있는지 확인을 먼저 해야 합니다. 다음과 같이 해당 컴퓨터의 모든 이더넷 인터페이스의 설정값을 확인할 수 있습니다. wmic:root\cli>nicconfi...
댓글 없음:
댓글 쓰기