Search
Contents
10. Windows Server & IIS
10. Windows Server & IIS
ΒΆ
10.1. Introduction to Windows Server
10.1.1. A Native Server OS
10.1.1.1. Installation Options
10.1.1.2. Server Manager
10.1.2. Windows Server Roles & Features
10.1.2.1. What are Roles?
10.1.2.2. What are Role Services?
10.1.2.3. What Are Features?
10.1.3. Next Step
10.2. Introduction to Web Servers & IIS
10.2.1. Components of Web Hosting
10.2.1.1. Server
10.2.1.2. Web Server
10.2.1.3. Web Application Server
10.2.1.4. Web Application Framework
10.2.2. Kestrel Web Server
10.2.3. IIS Web Server
10.2.3.1. IIS Management Console
10.2.4. Next Step
10.3. Remote Management With Windows Server
10.3.1. Azure CLI RunCommand
10.3.2. Remote Desktop Protocol
10.3.2.1. MSTSC
10.3.2.2. Jump Boxes
10.3.3. Remote PowerShell With WinRM
10.3.3.1. New-PSSession
10.3.3.2. Enter-PSSession
10.3.3.3. Invoke-Command
10.3.4. Next Step
10.4. Walkthrough: Windows Server & IIS Starter App Deployment
10.4.1. Provision the VM
10.4.1.1. Create a Resource Group
10.4.1.2. Create a Windows Server VM
10.4.2. Set Up & Explore IIS
10.4.2.1. RDP Into the VM
10.4.2.2. Configure Web Server Role
10.4.2.3. Explore the IIS Manager
10.4.2.4. Connect to the Default Site Within the VM
10.4.2.5. Connect to the Default Site From Your Local Machine
10.4.2.6. Adding a New NSG Rule
10.4.3. Configure the Host VM
10.4.3.1. Install Dependencies
10.4.4. Deploy a .NET Web App
10.4.4.1. Create the Starter Web App
10.4.4.2. Publish the Web App
10.4.4.3. Configure IIS to Serve the Web App Site
10.4.4.4. Test Your Work
10.4.5. Next Step
10.5. Studio: Deploy CodingEventsAPI to Windows Server & IIS
10.5.1. Checklist
10.5.2. Planning
10.5.3. Limited Guidance
10.5.3.1. Packages
10.5.3.2. MySQL Setup
10.5.3.3. Configuring HTTPS with IIS
10.5.4. Gotchas
10.5.4.1. Installing
choco
10.5.4.2. Installing the
dotnetcore-windowshosting
bundle
10.5.4.3. AADB2C Settings
10.5.4.4. Updating the
ServerOrigin
&
KeyVaultName
10.5.5. Deliverable
←
9.9. Studio: Automated Deployment of the Coding Events API
10.1. Introduction to Windows Server
→