From the course: Deploying ASP.NET Core Applications: From Fundamentals to Advanced Deployment Strategies
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Creating and configuring a website in IIS - ASP.NET Core Tutorial
From the course: Deploying ASP.NET Core Applications: From Fundamentals to Advanced Deployment Strategies
Creating and configuring a website in IIS
- [Instructor] On this part, we're going to create and configure a website or the application files that we did deploy on the last one in IIS. So for that, let's go to IIS and see it in action. In here, since we have the files, let us open the IIS manager, and then in the Sites folder where we have the Default Web Site, let us right click, then go to Add Website. And here we need to define the website name. Let us name this website IISDeployment and then Demo. Then if you click in here, you get to select the IISDeploymentDemo, but we're going to talk about that on the next part so let's just skip that option for now. In the physical path, you need to select the folder where you have all the files, so then I'll just go and select that folder. It's on the C drive, then inetpub. Inside the root folder, we have the IISDeploymentDemo folder. Select the folder, click OK. That is all you need to do. Here in the port, you need to change the port to a different port because this is already…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.