Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8108285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:03:50+00:00 2026-06-06T01:03:50+00:00

I have a working WCF service. I want to deploy it on Windows Azure.

  • 0

I have a working WCF service.
I want to deploy it on Windows Azure.
There Host Existing WCF Service On Azure
it is written, that I should make right-click on the project and choose an option.
But I don’t have such an option in my menu.
For which types of projects I can make such transitions with right-click mentioned above?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T01:03:51+00:00Added an answer on June 6, 2026 at 1:03 am

    First of all you have to check the project type in Visual Studio 2010. Please assure that the project you want to deploy is of type WCF Application or WebApplication (hosting the WCF service). If it is a Website project (hosting the WCF service) you can easily convert it from within Visual Studio to a WebApplication project.

    If your project is a WCF library then you will have to host it first in a WCF application or WebApplication project before you can deploy it to Windows Azure (or even better host it directly in a Windows Azure WCFServiceRole or WebRole project).

    Then you have to install the latest Windows Azure SDK so that all the Windows Azure features are installed on your development machine. And you should have the “Add Windows Azure Deployment Project” option.

    To host the WCF library in a WCF Application do the following (should be nearly the same for the Windows Azure WCFServiceRole project):

    In Visual Studio 2010, create a WCF Application project and add it to your solution.

    Under the solution view of this new WCF Application project, add a reference to WCF Library by “References->Add References->Projects”, or by “References->Add References->Browser” to its DLL.

    Under the solution view of the new project, delete IService1.cs, also delete Service1.svc.cs under Service1.svc because we will use service implementation from the WCF library. But keep Service1.svc.

    Under the solution view of the new project, double click Service1.svc to open it, replace its following marker line:

    <%@ ServiceHost Language="C#" Debug="true" Service="WcfWebService.Service1" 
    CodeBehind="Service1.svc.cs" %> 
    

    with

    <%@ ServiceHost Language="C#" Debug="true" Service="WcfServiceLibrary.Service1" %>
    

    You might need to change WcfWebService, WcfServiceLibrary and Service1 and use your real names to make it work.

    Please let me know if this was helpful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a working skeleton WCF service. I want to host it in a
I have been working on a Silverlight app that consumes a WCF service. [on
I have created one WCF service , which is working fine, now i want
I have a very strange problem. I have a working WCF service. [ServiceContract] public
I have a working .Net WCF HTTP service. If I put the URL into
I have a WCF service application with most basic settings working properly on my
I have a WCF service as part of a client/server application I am working
Im working on a Web-Application (MyWebApp). I have a Service-Reference to a WCF-Webservice. The
I am working with WCF .NET 3.5 SP1 and have read that one does
I have to write a web service and I want to use WCF. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.