Lỗi máy chủ trong ứng dụng. Mô tả: Một lỗi ứng dụng đã xảy ra trên máy chủ. Cài đặt lỗi tùy chỉnh hiện tại cho ứng dụng này không cho phép xem chi tiết của lỗi ứng dụng từ xa (vì lý do bảo mật). Tuy nhiên, điều này có thể được xem bởi các trình duyệt chạy trên máy chủ cục bộ. Chi tiết: Để cho phép xem chi tiết của thông báo lỗi cụ thể này trên các máy từ xa, vui lòng tạo một thẻ trong tập tin cấu hình “web.config” nằm trong thư mục gốc của ứng dụng web hiện tại. Thẻ này sau đó phải có thuộc tính “mode” được đặt thành “Tắt”. Ghi chú: Trang lỗi hiện tại bạn đang thấy có thể được thay thế bằng một trang lỗi tùy chỉnh bằng cách sửa đổi thuộc tính “defaultRedirect” của thẻ cấu hình của ứng dụng để chỉ đến một URL trang lỗi tùy chỉnh.
#lỗi #máysựkiện #bảo mật #webconfig #lỗiứngdụng
Nguồn: https://www.publicnow.com/view/F21688F056846B28BE5AC6EA27EB30CD74813F6A%3F1730130508
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a “web.config” configuration file located in the root directory of the current web application. This <customErrors> tag should then have its “mode” attribute set to “Off”.
|
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the “defaultRedirect” attribute of the application’s <customErrors> configuration tag to point to a custom error page URL.
|