user1460819
user1460819

Reputation: 2112

How to deploy WCF in Windows Azure

Here and here it is written how to convert a standard WCF Service to Windows Azure. It is written, that after right-click you will have an option to "Add Windows Azure Deployment Project". But still I do not see it in Visual Studio in my project after right-click at the WCF Application project.

This is the screenshot:

Screen shot

What is wrong? How to deploy it in Windows Azure?

Upvotes: 1

Views: 2348

Answers (2)

MMK
MMK

Reputation: 3721

Please check the following link Code Quick Start: Create and deploy a WCF service in Windows Azure

Upvotes: 1

Jason De Oliveira
Jason De Oliveira

Reputation: 1752

As I told you in the other post this should normally work. But since it does not I propose copying over your WCF interfaces, classes and configurations to a brand new WCF Service Role project. Then you will be able to publish it to Windows Azure directly without any problems.

Upvotes: 1

Related Questions