Trying to deploy a application from VS2005 using ClickOnce.
Everything works great pointing to "localhost" and IIS 5.0 on my XP
development machine. No such luck trying to deploy to an MS 2003
server with IIS 6.0
First error was about "Frontpage extensions"...installed the frontpage
extensions and configured to run on the default website.
Now the publish error reads
"Error 2 Failed to connect to 'http://Server/Folder/' with the
following error: Unable to create the Web 'http://Server/folder/'. You
are not authorized to perform the current operation. 1 1
aplicationName"
Also noticed that if I right click on the default webpage in IIS 6.0
and try any of the following.
Check Server Extensions 2002
Recalculate Server Extensions 2002 Web
Remove Server Extensions 2002
The only one I can talk to is "Remove Server Extensions" any of the
others returns
"You are not authorized to view this page" which is the same error
message I'm getting from Visual Studio when I try to publish to the
Server.
Any Ideas??
Archived from group: microsoft>public>vb>deployment