Expose WCF service and use it on the existing ASP application using only one Web Role on Azure platform -
I'm new to the Ezur platform and I'm trying to create an esur application that has ASP application and WCF service .
It is possible to expose the WCF service to other applications and use it only on the existing ASP application using a web roll?
If this is possible, how can I do this? If not, what are the options?
Thanks a lot!
Yes it is possible, just WCF service (* .svc + service dll) in the ASP.NET project Add. IIS will be able to request both for sure that you have your web Put the necessary configuration in the config.
This is not the only solution, but the implementation should be easy.
Comments
Post a Comment