From 78bc324a99b5c18e4ec798eb4955a8fa6f65f2e9 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 28 Jul 2016 14:07:17 -0700 Subject: [PATCH] fix IIS install on Nano (#1724) * fix IIS install * temp --- aspnet/tutorials/nano-server.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aspnet/tutorials/nano-server.rst b/aspnet/tutorials/nano-server.rst index 2873b77ef8..469a4586e5 100644 --- a/aspnet/tutorials/nano-server.rst +++ b/aspnet/tutorials/nano-server.rst @@ -29,7 +29,7 @@ Before proceeding with this tutorial, you will need the :doc:`published `_ on your development machine using the previously downloaded VHD. The machine will require you to set an administator password before logging on. At the VM console, press F11 to set the password before the first logon. +`Create a new Virtual Machine using Hyper-V `_ on your development machine using the previously downloaded VHD. The machine will require you to set an administrator password before logging on. At the VM console, press F11 to set the password before the first log in. After setting the local password, you will manage Nano Server using PowerShell remoting. @@ -86,8 +86,11 @@ Run the following commands in the PowerShell session that was created earlier: Install-PackageProvider NanoServerPackage Import-PackageProvider NanoServerPackage + Install-NanoServerPackage -Name Microsoft-NanoServer-Storage-Package Install-NanoServerPackage -Name Microsoft-NanoServer-IIS-Package +.. Note:: Installing *Microsoft-NanoServer-Storage-Package* requires a reboot. This is a temporary work around and won't be required in the future. + To quickly verify if IIS is setup correctly, you can visit the url ``http:///`` and should see a welcome page. When IIS is installed, by default a web site called ``Default Web Site`` listening on port 80 is created. Installing the ASP.NET Core Module (ANCM)