Host Existing WCF Service On Azure

前端 未结 1 1891
有刺的猬
有刺的猬 2021-01-07 13:03

I have a very simple wcf application made up of App.config, Iservice.cs, Service,cs and Service.svc. I simply publish this to IIS and end up with bin directory with my DLLs

相关标签:
1条回答
  • 2021-01-07 13:31

    Just open your WCF Web project, right click on it and select:

    Add Windows Azure Deployment Project:

    Add Windows Azure Deployment Project

    This will create the Cloud Service project for you, and will add your web app as a web role. It will only work if are using Web Application project, and not Web Site project.

    0 讨论(0)
提交回复
热议问题