Help ! - App move to IIS6 - cannot write to event log!

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Help ! - App move to IIS6 - cannot write to event log!

    I've researched like mad and haven't found a real answer to this:

    I have a large application, classic ASP and VB6 COM objects that has
    been moved from W2K to 2003 server and IIS6. The COM objects write
    their errors to the event log (application). Since moving to IIS6 and
    2003 - none of the objects write to the event log anymore.

    I'm convinced from what I've read so far that it's a permissions
    issue...but how do I set permissions to allow my app to write to the
    application log??

    Any help is much appreciated and I know there's gotta be some guru
    reading this that knows (or some unlucky sap like myself that's
    already had to research this one!)

    Thanks in advance :)

    Dan
    Dan Hill Guest

  2. Similar Questions and Discussions

    1. Getting Error: Event Type 'flash.event:event' is unavailable ?????
      Hi, I am not using Cairngorm or anything, but trying to get an app built first without it then look into it. I am getting this error however...
    2. Event Log Write Access error.
      I have a web service that runs on Win2003 under an Application Pool with user identity. If that user is a member of Administrators group, then the...
    3. Custom Event Log Write Error
      We are experiencing the following error when writing to a custom log file: "Requested registry access is not allowed." We have created the custom...
    4. SecurityException when i try to write to the event
      Dear all, why do i get the following exception when i try to write to the event log from a webform. and how can i resolve it? Description: The...
    5. event monitor write to table in V8
      Hi, I'm trying to create an event monitor that writes to tables in a specific tablespace (TEST_TBS) but when I include the IN tablespace clause,...
  3. #2

    Default Help ! - App move to IIS6 - cannot write to event log!

    Hi Dan,

    does the EventSource already exist?

    Regards

    Tom
    >-----Original Message-----
    >I've researched like mad and haven't found a real answer
    to this:
    >
    >I have a large application, classic ASP and VB6 COM
    objects that has
    >been moved from W2K to 2003 server and IIS6. The COM
    objects write
    >their errors to the event log (application). Since
    moving to IIS6 and
    >2003 - none of the objects write to the event log anymore.
    >
    >I'm convinced from what I've read so far that it's a
    permissions
    >issue...but how do I set permissions to allow my app to
    write to the
    >application log??
    >
    >Any help is much appreciated and I know there's gotta be
    some guru
    >reading this that knows (or some unlucky sap like myself
    that's
    >already had to research this one!)
    >
    >Thanks in advance :)
    >
    >Dan
    >.
    >
    Tom Egginger Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139