Search

You searched for the word(s): userid:746095

Matching Posts

  • Re: Writing to the EventLog from an ASP.NET page

    Powershell offers another really good option as you can call directly into the framework. This way you don't have to create a project just for the sake of performing some minor admin legwork. Also, you could probably package the script in a setup package. From the powershell commandline: $x = [System.Diagnostics.EventLog] $x::CreateEventSource("MyApp", "Application")
    Posted to Web Forms (Forum) by jasonken on 7/4/2007
Page 1 of 1 (1 items)