ASP.NET restarting methods

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • greenMark
    New Member
    • Nov 2007
    • 16

    ASP.NET restarting methods

    Hi All

    What are the possible ways/methods to restart an ASP.NET application hosted in IIS 6.0?

    thanks
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by greenMark
    Hi All

    What are the possible ways/methods to restart an ASP.NET application hosted in IIS 6.0?

    thanks
    Well you could use the Internet Information Services snap in (found under your Administrative Tools).

    You could change something in the web.config file (which restarts the application domain)

    ....there are many ways to restart an ASP.NET application.

    How do you want to restart it?

    -Frinny

    Comment

    Working...