My technical support staff is only a little familiar with IIS and that's only as far as install goes. They need to install/update and configure ASP.Net web applications and WCF services that we write. Does anyone know any good tutorials/books/web sites that can help them understand some of the basic concepts of web applications and maintaining them on IIS?
http://learn.iis.net/ is the offical web site for IIS 7 and it has all the information you will need to install / configure / maintain IIS hosted web sites.
MSDN's documentation on administration is comprehensive and might not be the quick basic concepts tutorial you're after but it's where I went to learn the basics.