Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to fire event viewer

Status
Not open for further replies.

NegreteO

Programmer
Apr 23, 2003
54
US
Hi

How can I fire the event viewer from an asp page

Thanks in advance

 
Using ASP you would only be able to do this on the server, not the client who has connected with the browser. It would be just as easy to put a shortcut on the desktop if that is your aim. If you are attempting to open the event viewer on the client's machine you might be able to do it with an ActiveX object.

If it looks like I went astray from what your attempting to achieve, please add a little detail so we can come up witha btter solution.

-Tarwn

01010100 01101001 01100101 01110010 01101110 01101111 01101011 00101110 01100011 01101111 01101101
29 3K 10 3D 3L 3J 3K 10 32 35 10 3E 39 33 35 10 3K 3F 10 38 31 3M 35 10 36 3I 35 35 10 3K 39 3D 35 10 1Q 19
 
you would have to dig into your system file and then make that info published.... :X
very swampy land if u ask me....
perhaps some XML or ActiveX
What exactly do you want to see on the active viewer?
Terminal service might be of better use than ASPages.
*IF you just want "it"-the output to be some exported text then you could do this:
1.Get the AutoIT -> and
2.schedule simulated key strokes/parameters on the keyboard...export the viewer as a text into some_folder.
3. make an ASP page (accesible to only admin) that will have a SSI of that text file

OR if you are in ablity I would just use terminal service and access the entire server remotly and have a compleate server at your finger tips!
All the best!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top