From the course: Deploying ASP.NET Core Applications

Unlock the full course today

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

Create a site and app pool

Create a site and app pool

From the course: Deploying ASP.NET Core Applications

Start my 1-month free trial

Create a site and app pool

- [Instructor] Now that the IaaS components and the .NET Core tooling is installed on the server machine, we can configure IaaS to host the ASP.NET Core application. The first step is opening up the IaaS manager, which I can do from the taskbar here in Windows 10, by typing IaaS, and opening up the manager. First I need to create a website that will represent my .NET Core application, I can do that by right clicking on sites and clicking add website. I'm gonna call mine HelloCoreWorld, and I need to pick a physical path where these files and the binaries are gonna live for my website. In this case I have a really simple directory here called websites, and a subdirectory called HelloCoreWorld, that'll keep it simple. And if you have an external or internal domain name that you wanna use for this website, you can enter it here for the host name. In my case I'm just doing local testing for now, so I'm gonna enter localhost. When I click OK, IaaS will create this website, and also create…

Contents