ClickOnce Publish to File Share пытается создать местоположение веб-сайта.
Я следую инструкции по публикации с ClickOnce к общей папке, как указано здесь:
http://msdn.microsoft.com/en-us/library/31kztyey(v=VS.100).aspx
В разделе "Для публикации в общей папке" я сделал следующее:
1.In Solution Explorer, select the application project
2.On the Build menu, click Publish Projectname
3.In the Where do you want to publish the application? page, enter a valid file path using the format
4.In the How will users install the application? page, select the location where users will go to install the application
I selected From a UNC path or file share
5.On the Will the application be available offline? page, click the appropriate option
I selected Yes, this application will be available online or offline
6.Click Finish to publish the application
Когда я дословно следую этим инструкциям, я получаю следующую ошибку:
Failed to connect to '\\myserver\myshare\myproject\myprojecPublish\' with the following error: Unable to create the Web site '\\myserver\myshare\myproject\myprojecPublish'. Unable to create the Web site location '\\myserver\myshare\myproject\myprojecPublish'. Access is denied.
Почему он пытается создать местоположение веб-сайта, когда я пытаюсь опубликовать в общей папке?
1 ответ
Решение