Reputation: 2112
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:
What is wrong? How to deploy it in Windows Azure?
Upvotes: 1
Views: 2348
Reputation: 3721
Please check the following link Code Quick Start: Create and deploy a WCF service in Windows Azure
Upvotes: 1
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