You can look into IIS Express http://learn.iis.net/page.aspx/868/iis-express-overview/ Although it is still IIS it's much lighter weight and might be what you need:
- It doesn't run as a service or require administrator user rights to perform most tasks
- IIS Express works well with ASP.NET and PHP applications
- Multiple users of IIS Express can work independently on the same computer.