I need to publish an application built by C# on VS 2010 (.NET 4.0) to a Windows server 2008 R2.
I just followed the instructions ("publish to a file share or path") here:
https://msdn.microsoft.com/en-us/library/31kztyey.aspx
But I receive an error:
Error 158 : VS 2010 publish application Failed to connect to "\\myServer\e$\myPath\" with the following error:
Unable to create the Web site "\\myServer\e$\myPath\"
The path does not exist or you do not have access. The specified path is invalid.
I can log in remotely to the "myServer". So why do I have an access problem here ?
Here "e$" is E drive on the server.