PDA

View Full Version : MSDeploy support


rberrelleza
11-20-2009, 02:29 PM
Is MS Deploy supported in the ASP.NET 4.0 beta2?

I tried deploying my webapp directly from Visual Studio 2010 Beta2, but I'm getting the following error message:
VsMsdeploy failed.(Remote agent (URL http://netfx4lab.discountasp.net/MSDEPLOYAGENTSERVICE) could not be contacted. Make sure the remote agent service is installed and started on the target computer.)

I configured MSDeploy as follows:
Publish Method: MSDeploy Publish Method
Service URL: http://netfx4lab.discountasp.net
Site Application: user385.netfx4lab.discountasp.net

Thanks!
Ramiro

Aristotle
11-20-2009, 03:43 PM
Try the following service URL:

https://netfx4lab.discountasp.net:8172/msdeploy.axd

We'll add this URL to the email sent during signup.

rberrelleza
11-24-2009, 12:19 AM
In Visual Studio 2010, just using https://netfx4lab.discountasp.net worked.

Thanks!
Ramiro

mjp
11-24-2009, 12:58 PM
Cool. Thanks for the follow-up.