windows - inetinfo.exe always appears on Task Manager -


i realized have process inetinfo.exe running on pc. seems part of iis. if kill it, starts again different port id.

how can see in windows xp application triggers process start?

there tool process explorer can explore process , resource used....

inetinfo.exe (iis 6.0)

when iis 6.0 runs in worker process isolation mode,inetinfo.exe user-mode component hosts iis metabase , hosts non-web services of iis 6.0, including ftp service, smtp service, , nntp service.

inetinfo.exe depends on iis admin service host metabase. when iis 6.0 runs in iis 5.0 isolation mode, inetinfo.exe functions did in iis 5.0. in iis 5.0 isolation mode, however, inetinfo.exe hosts worker process, runs isapi filters, low-isolation isapi extensions, , other web applications.

in iis6.0, regardless of application isolation mode used, services run in inetinfo.exe run dynamic-link libraries (dlls) under local system account. because local system account allows users access every resource on local computer, use caution when run services in inetinfo.exe, on computers provide services on internet.

from msdn inetinfo


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -