Reputation: 3963
I want to deploy a Web Site Project (as opposed to a Web Application Project) from Visual Studio using web deploy so I can deploy to the Windows Azure Accelerator for Web Roles.
However, it appears there is no way to perform a web deploy for ASP.net Web Site Projects. Does anyone know how to deploy Web Site Projects in Visual Studio via Web Deploy?
Notes:
Upvotes: 3
Views: 437
Reputation: 28386
I believe you can get that with Web Deployment Projects for VS2010. VS currently does not natively support Web Site Project deployment via WebDeploy.
Upvotes: 1