This allows ASP pages to log events to the Windows Event Log like you can from VB6.0. This code is both VB6.0 (to create a DLL) and an example asp page to use it. You will need to compile and register the DLL on the web server. This really helps with debugging asp pages without using the dreaded response.write everywhere. There may be instances where you don't have access to the IIS log file so Response.AppendToLog is useless but you do have access to the Event Viewer.
File List:
AddEvent.cls
1Kb
Example.asp
420b
LogWinEvent.vbp
1Kb
LogWinEvent.vbw
32b
Similar code
Post Code Form Lookup
(Popularity: ) : UK Post Code lookup form, very simple and easy to integrate, It looks up a users town / area based on the there post code and automatically fills a form in. Saaving time and hastle clsDebug
(Popularity: ) : This is a class module useful in developing and debugging ASP applications. The display of the debug information is rendered at the end of your page. The display of the debug information can be turned off using the clsDebug.Enabled setting. ... ASPDump
(Popularity: ) : ASPDump will read an ASP file, resolve all SSI's within the file and present the user with a complete listing of all code merged into a single document. Very useful for keeping track of overall code size and also for ... SafeTask (updated)
(Popularity: ) : SafeTask is a very simple process checker that will match up processes with specified 'safe' files. This is compatible with Vista, but was designed on XP. For use on vista, edit safelist.txt. Almost every line is commented, was made to ...