2012-12-13 56 views

回答

0

可以使用記錄從傳統的ASP事件:

dim WshShell 
set WshShell = Server.CreateObject("WScript.Shell") 
wshshell.Logevent 1, "Page not found - your message here!" 
set wshshell=nothing 

你可以找到更多的細節,如MSDN - Logging Events from ASP不同的警告級別。