aspnet_wp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gralet

    aspnet_wp

    Hi,

    I need to stop or restart the aspnet_wp from .net or form the command line,
    can anyone help me???, thanks
    --
    _______________ ___
    Luis Graillet Ramos
  • Phil

    #2
    RE: aspnet_wp

    You can use iisreset to restart iis (which will stop any aspnet_wp
    processes). Then the next time an asp.net request comes in aspnet_wp
    automatically starts.

    "gralet" wrote:
    [color=blue]
    > Hi,
    >
    > I need to stop or restart the aspnet_wp from .net or form the command line,
    > can anyone help me???, thanks
    > --
    > _______________ ___
    > Luis Graillet Ramos[/color]

    Comment

    Working...