0
나는 그래서 나는 이런 식으로 뭔가 (예 : 404 오류)하고 오전의 asp.net 웹 양식 응용 프로그램을 사용자 지정 오류 페이지에 사용하는 것을 시도하고있다
의 httpErrors :사용자 정의 오류 페이지
<httpErrors errorMode="Custom" existingResponse="Replace" defaultResponseMode="ExecuteURL">
<clear />
<error statusCode="404" path="/Pages/Errors/Error404.aspx" responseMode="ExecuteURL" />
</httpErrors>
이제 문제는 것 같습니다 절반 페이지 방식으로 작동합니다. 즉, 찾을 수없는 페이지 오류가 발생하면 내 Error404.aspx 페이지로 리디렉션하려고하지만 사용자 정의 페이지를 찾을 수 없기 때문에 다른 404 오류가 발생합니다. 이것은 INCEPTION !!
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Pages/Errors/Error404.aspx
는 내가 확인하고 내 경로, 페이지 및 오류 폴더가 존재 Error404.aspx이 그래서 문제가 무엇인가, 내가 브라우저 내가 페이지에 액세스 할 수있는 경로를 작성하는 경우 그래서 실제로 존재하는 존재 재검사? 경로에 ~를 추가 할 수