What does 'IISReset' do?

后端 未结 10 1510
余生分开走
余生分开走 2020-12-02 06:21

On IIS 6, what does an IIS reset do?

Please compare to recycling an app pool and stopping and starting an ASP.NET web site.

If you replace a DLL or edit/rep

10条回答
  •  一向
    一向 (楼主)
    2020-12-02 07:07

    Application Pool recycling restarts the w3wp.exe process for that application pool, hence it will only affect web sites running in that application pool.

    IISReset restarts ALL w3wp.exe processes and any other IIS related service, i.e. the NNTP or FTP Service.

    I think changing web.config or /bin does not recycle the whole application pool, but I'm not sure on that.

提交回复
热议问题