tags:

views:

85

answers:

2

As much as I hate to admit it, I am a definite noobie when it comes to IIS. I would like to learn more so I am more comfortable with it and don't feel so dumb around colleagues :)

Obviously IIS in general is pretty big to tackle in a few paragraphs, so I would like to know what kind of things in IIS are really important to you on a day to day basis? And what should I look into initially to get started? Any articles/books/tutorials are welcome.

I'd be interested to hear if anyone else can relate and how they went from noob to guru!

Thanks

+1  A: 

Have you thought about getting into some Virtual Lab, such as:

http://virtuallabs.iis.net/

This link is full of resources also: http://learn.iis.net/

m1k4
was not aware of this.. thanks!
salietata
A: 

The labs are a good place to start. Philosophically, the biggest thing to remember about IIS is it really is just a "phone switch" of sorts--it patches requests through to the appropriate handlers.

The other big thing to understand, IMHO, is the underlying windows security model. IIS rides on it and most folks who get into trouble are actually having trouble with windows security, not IIS. But the problems manifest themselves through IIS which can lead to some confusion.

Wyatt Barnett