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
User contributions licensed under CC BY-SA 3.0