Reputation: 171
I am working with a Visual Studio 2008 (C#) project on Windows XP Pro. I am trying to publish that application using "Publish Web" wizard to a remote server which is Windows Web Server 2008 OS.
But the publishing fails every time with following error:
Connecting to http://XX.XXX.XXX.XX/... Unable to create the Web site 'http://XX.XXX.XXX.XX/'. The Web server does not appear to have FrontPage Server Extensions installed. ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
I used these links:
I have installed FrontPage Server extensions from above links without any problems on the remote server.
And extend the Virtual Server (the "Default Web Site").
However, the problem remains. I cannot find any solution to this issue.
Upvotes: 1
Views: 1874
Reputation: 171
ok problem is solved.
it was an user authorization issue. I set the user as admin for remote server.
Upvotes: 1
Reputation: 59145
I've had problems with the http publishing more often than not. I've worked around it by setting up an ftp directory that maps to the web app directory and using the ftp address from the wizard.
Upvotes: 0