about IIS

T

Tony Johansson

Hello!

I use Windows XP and IIS 5.1.

When I write http://localhost/index.htm a page is displayed in the browser.
Because a page is displayed I assume that IIS must be working but there are
something strange
and that is if I look in the taskmanager I can't find any aspnet_wp.exe
which is IIS.

Can somebody explain that.
I mean how can IIS work when there is no aspnet_wp.exe ?

//Tony
 
J

Jason Keats

Tony said:
Hello!

I use Windows XP and IIS 5.1.

When I write http://localhost/index.htm a page is displayed in the browser.
Because a page is displayed I assume that IIS must be working but there are
something strange
and that is if I look in the taskmanager I can't find any aspnet_wp.exe
which is IIS.

Can somebody explain that.
I mean how can IIS work when there is no aspnet_wp.exe ?

If you do a file search on your Windows folder you will find several
copies (one for each version of .NET).
 
A

Arne Vajhøj

I use Windows XP and IIS 5.1.

When I write http://localhost/index.htm a page is displayed in the browser.
Because a page is displayed I assume that IIS must be working but there are
something strange
and that is if I look in the taskmanager I can't find any aspnet_wp.exe
which is IIS.

Can somebody explain that.
I mean how can IIS work when there is no aspnet_wp.exe ?

foobar.aspx is served by aspnet_wp.exe
foobar.html is served by inetinfo.exe

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top