Craig Smitham
Craig Smitham

Reputation: 3963

How do I deploy Web Site Projects in Visual Studio via Web Deploy?

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

Answers (1)

Jimmy
Jimmy

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

Related Questions