ここで指定されているように、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.
ファイル共有に発行しようとすると、Web サイトの場所を作成しようとするのはなぜですか?