SoFunction
Updated on 2025-04-08

A list of common low-level errors in virtual machine services


Server error in the "/" application.
--------------------------------------------------------------------------------

Runtime error
Description: An application error occurred on the server. The current custom error setting for this application prohibits remote viewing of the application error details (for security reasons). But it can be viewed through a browser running on the local server computer.

Details: To enable others to view details of this specific error message on a remote computer, create a tag in the "" configuration file located in the root directory of the current web application. The "mode" property of this tag should then be set to "Off".


annotation:

Because in the previous IIS, the error message on the user application (ASP) could be used by hackers to collect and understand the information on the website settings, database structure, etc., and find security weak links from it and use it to achieve the purpose of intruding the system from the application level. For example, SQL injection attack. In order to strengthen security, these error prompts are blocked by default, and only errors similar to those shown above are displayed. If you need to view error information to solve the code problem during the code opening, debugging, and testing stages, you can just make corresponding modifications in the file accordingly.