In Windows XP the process name for IIS was inetinfo.exe. I don't see it in Windows 7 in the task manager? It seems things have changed. Is it still a separate process?
Asked
Active
Viewed 2.8k times
1 Answers
14
In Windows 7, w3wp.exe is the process that now responsible for serving the Web sites. Check this out IIS 7 Architecture. By default, there is no Inetinfo.exe process or IIS Admin Service in Windows 7 in fact from Windows Vista onwards.

Vivek Kumbhar
- 3,073
- 1
- 18
- 13
-
I had "show all processes to all users" unchecked. Now I see both inetinfo.exe and w3wp.exe. So inetinfo.exe is there. – Tony_Henrich Mar 18 '10 at 17:19
-
1If you have IIS 6 Metabase Compatibility installed only then you will see inetinfo.exe and IISADMIN service. Check this out http://blogs.msdn.com/vivekkum/archive/2008/05/07/where-is-iisadmin-service.aspx – Vivek Kumbhar Mar 18 '10 at 17:29
-
This is also the exe to attach to for Visual Studio to debug and step through your server side code. It also shows up with the Visual Studio remove debugger server. – Josh P Jan 06 '15 at 20:54
-
1why in the world wouldnt they call it `IIS.exe`? – Kellen Stuart Sep 18 '18 at 16:41