Opening shared folder on EC2 Windows Nano Server using locally windows explorer

1

I'm trying to open a shared folder on Windows Nano Server From Windows 10 using windows explorer.

I successfully executed the following command:

mkdir C:\PublishedApps\AspNetCoreSampleForNano
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes
net share AspNetCoreSampleForNano=c:\PublishedApps\AspNetCoreSampleForNano /GRANT:EVERYONE`,FULL

When i try connet to this folder using windows explorer locally

\\nanoserver-ip-address\AspNetCoreSampleForNano

i get this error message:

0x80070035

Window's cannot connect to \\nanoserver-ip-address\AspNetCoreSampleForNano

amazon-web-services
amazon-ec2
nano-server
asked on Stack Overflow Sep 23, 2017 by Felipe Deveza • edited Sep 24, 2017 by Felipe Deveza

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0