fixing issues (#1843)

check my comment on the article
pull/1853/head
4c74356b41 2016-09-06 23:36:15 +03:00 committed by Shayne Boyer
parent 5fd09ff1cf
commit f22c2ce2d7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ Run the following commands in the remote session to create a new site in IIS for
Known issue running .NET Core CLI on Nano Server and Workaround
---------------------------------------------------------------
If youre using Nano Server Technical Preview 5 with .NET Core CLI, you will need to copy all DLL files from ``c:\windows\system32\forwarders`` to ``c:\windows\system32``, due to a bug that has since been fixed in later releases.
If youre using Nano Server Technical Preview 5 with .NET Core CLI, you will need to copy all DLL files from ``c:\windows\system32\forwarders`` to ``c:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.0.0\`` and your .NET Core binaries directory ``c:\dotnet`` (in this example), due to a bug that has since been fixed in later releases.
If you use ``dotnet publish``, make sure to copy all DLL files from ``c:\windows\system32\forwarders`` to your publish directory as well.