Dear ASP.NET Forum,
I am new to this (Web API) forum and I hope that this message is going into the right place.
I have little or no experience with WCF, but I have had some experience with writing a web service whereby it is being consumed by another organisation.
In my current project, we separated the Web and App tier with the use of a number of web services. All this is well-and-nice with the help of Visual Studio, where it conveniently creates Web References for our Web tier (to consume the services on the App tier). However, when it comes to deploying the compiled binaries into a UAT environment (and subsequently a Production environment), we are unable to change these Web References as they are in a compiled and stored in "App_WebReferences.compiled" and "App_WebReferences.dll". And as such, the web tier cannot "reach" the web services.
I believe this problem can be overcome if we can find a way to generate web references without using Visual Studio; or is there another way?
Any assistance will be well appreciated.
Thank you.