Fire IISReset command on event aspnet_wp.exe (PID: 1234) was recycled...

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

  1. #1

    Default Fire IISReset command on event aspnet_wp.exe (PID: 1234) was recycled...

    Dear All,
    I would like run a program that does an IISReset when aspnet_wp.exe
    (PID: 1234) was recycled...In IIS service we have a property
    "Recovery" where you can specify a program to run...but IIS does not
    get reset when aspnet_wp.exe (PID: 1234) was recycled...so I would
    like to have an IISReset program run on this event....how do I achieve
    this?

    Please help...

    TALIA
    Many Regards
    Sunil
    Sunil Menon Guest

  2. Similar Questions and Discussions

    1. update command does not fire when adding row
      I have built a grid dynamically, and with edit, delete and bound columns. I can edit the records in the grid with no problem; when you click on...
    2. aspnet_wp.exe (PID: 500) was recycled because memory consumption e
      Hi , We are develoed the .net application(asp.net, vb.net and sql server ). Till yesterday there was no problem with the application. Is was...
    3. UserControl click event won't fire
      I've got a custom usercontrol (UC1) that dynamically loads another custom usercontrols (UC2) during it's Init event. Both controls have...
    4. how to fire a postback event
      Hi, All I design a composite custom control, which has three dropdownlists in it. I find as long as one of the dropdownlist control's id is...
    5. Event ID 1003 aspnet_wp.exe
      Hallo, i permanently get the error 1003 "aspnet_wp.exe was recycled because it was suspected to be in a dead logged state ....". Any hints how a...
  3. #2

    Default Re: Fire IISReset command on event aspnet_wp.exe (PID: 1234) was recycled...

    Sunil Menon <sunil@itb-india.com> wrote:
    > Dear All,
    > I would like run a program that does an IISReset when aspnet_wp.exe
    > (PID: 1234) was recycled...In IIS service we have a property
    > "Recovery" where you can specify a program to run...but IIS does not
    > get reset when aspnet_wp.exe (PID: 1234) was recycled...so I would
    > like to have an IISReset program run on this event....how do I achieve
    > this?
    Why do you need this *feature*?

    --
    Peter Wu
    Powered by Microsoft Windows XP [Version 5.1.2600]


    Peter Wu Guest

  4. #3

    Default Re: Fire IISReset command on event aspnet_wp.exe (PID: 1234) was recycled...

    Dear Peter,
    We have a .net dll that contains static functions and runs on a
    timer...we would like to run this dll after Aspnet_wp is recycled...bcos
    this dll is also terminated along with aspnet_wp but does not restart
    after aspnet_wp is recycled...this dll does some basic functions which
    need to be run on specific intervals...
    Please help...


    TALIA
    Many Regards
    Sunil



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Sunil Menon 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