From the course: ASP.NET Web Forms Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install IIS

Install IIS - ASP.NET Tutorial

From the course: ASP.NET Web Forms Essential Training

Start my 1-month free trial

Install IIS

- [Instructor] In order to get to work with IIS, we need to install it. So, to do that, we go to the Start menu, and we write windows features. So we have turn Windows features on or off. If you don't find it there, you can just go in the control panel, and inside the control panel you go to programs, and then you choose turn Windows features on or off. One of the features that you might see here, it's actually .NET Framework 3.5, and it's already partly installed, mainly because we chose to install that when we installed Visual Studio. Same goes for .NET Framework Advanced Services. So one of the things we have in here is Internet Information Services. So if I choose that, it will add the services necessary to run my web application. We can expand that and see that we have actually a lot of features that are not installed by default. For instance, we don't get an IIS 6 Management Compatibility and you won't need that anymore, unless you have a very old installation of IIS and you…

Contents