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?

link|improve this question

Asking for tutorials is generally not a good idea, as the tutorials get out of date quickly, and are of little use to future visitors. Instead, if you have a specific question about where you're stuck, feel free to ask another question outlining exactly where you're stuck. – Mark Henderson Jan 23 at 10:41
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.