简体   繁体   English

使用IIS管理器在NANO 2016上远程管理IIS

[英]Remotely manage IIS on NANO 2016 using IIS Manager

Is it possible to remotely manage an IIS server, running on Server 2016 NANO using the IIS Manager 10 from the client? 是否可以从客户端使用IIS管理器10远程管理在Server 2016 NANO上运行的IIS服务器?

I have a newly created nano VM. 我有一个新创建的nano VM。 I've installed IIS, dotnet, IIS Administration API, and File Services on it. 我已经在上面安装了IIS,dotnet,IIS管理API和文件服务。 IIS is working from the client side. IIS从客户端运行。 I can see the default page when I browse to the VM's IP address. 浏览到虚拟机的IP地址时,可以看到默认页面。 I can authenticate to the IIS Administration API through the browser. 我可以通过浏览器向IIS管理API进行身份验证。 I can copy files from the client machine to the server's inetpub\\wwwroot directory through Windows Explorer. 我可以通过Windows资源管理器将文件从客户端计算机复制到服务器的inetpub \\ wwwroot目录。 Everything seems to be working but when I open IIS Manager 10 on my client machine and try to connect it to the nano server, I get an error message that says "Could not connect to the specified computer. Details: The remote server returned an error: (401) Unauthorized." 一切似乎都正常,但是当我在客户端计算机上打开IIS Manager 10并尝试将其连接到Nano服务器时,我收到一条错误消息,内容为“无法连接到指定的计算机。详细信息:远程服务器返回了错误:(401)未经授权。”

I've already followed the instructions at https://blogs.iis.net/adminapi/microsoft-iis-administration-on-nano-server That's how I've gotten as far as I have but now I'm just stuck and can't seem to find any path forward. 我已经按照https://blogs.iis.net/adminapi/microsoft-iis-administration-on-nano-server上的说明进行了操作。似乎找不到前进的道路。

EDIT: BTW, I am able to connect to the site and administer it with http://manage.iis.net/ 编辑:顺便说一句,我能够连接到该站点并使用http://manage.iis.net/对其进行管理

As far as I can tell, it's not possible. 据我所知,这是不可能的。

You can see what's available with dism /online /get-feature , but IIS-WebServerManagementTools is not in that list. 您可以看到dism /online /get-feature可用dism /online /get-feature ,但是IIS-WebServerManagementTools不在该列表中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM