The following is a list of the maintenance options available for a web application, together with descriptions.
The following is a list of the maintenance options available for a web application, together with descriptions.
The Web Designer Web Portal includes a runtime monitor for monitoring. The runtime monitor is accessed over a browser front-end.
Use the appropriate URL for this:
http://<servername>/<application>/monitor
Access to the runtime monitor is configured in the configuration file (monitor.config) of the web application. The default settings enables only members of the BUILTIN\Administrators group to access the runtime monitor.
<?xml version="1.0"?>
<!-- Permission to use WebDesigner runtime monitor -->
<authorization>
<allow roles="BUILTIN\Administrators" />
<deny users="*" />
</authorization>
For more information about changing this setting, see the ASP.NET documentation.
The log files are displayed in the Runtime Monitor.
All log files generated by the web application are displayed on the Log files tab.
You can filter these file and search by strings. The log files exist in physical form in the log directory defined by the configuration in the configuration file of the web application, usually ./Logs).
The Exceptions tab display log messages that contain exception errors. These messages are sorted by exception error and in descending order of frequency. The top exception error in the list is the error that occurs most frequently.
NOTE: The Web Installer writes important events to the log file of the application. You can view this log file in the Windows event display.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center