1

Anyone know if you can simply publish to a url? I don't know what the heck the new publish to web is but I don't like it. I want to be able to just publish to a url like I was able to in VS 2008 and down. I don't have a service endpoint to give it so not sure how to do this.

Maslow
  • 18,464
  • 20
  • 106
  • 193
PositiveGuy
  • 46,620
  • 110
  • 305
  • 471

1 Answers1

0

I believe the server you are publishing to has to support IIS FrontPageServerExtensions. or are you trying to publish to an FTP url? ftp://msdn.com/ for example

Reference http://social.msdn.microsoft.com/Forums/eu/winformssetup/thread/fa09fa69-e0b4-4970-981e-69175c5764ea

Then the newest option is Web Deploy packages

where your service endpoint would be

https://HostingCompanyURL:8172/msdeploy.axd (for example, https://contoso.com:8172/msdeploy.axd)
Maslow
  • 18,464
  • 20
  • 106
  • 193