Web service reference location?
- by Damien Dennehy
I have a Visual Studio 2008 solution that's currently consisting of three projects:
A DataFactory project for Business Logic/Data Access.
A Web project consisting of the actual user interface, pages, controls, etc.
A Web.Core project consisting of utility classes, etc.
The application requires consuming a web service. Normally I'd add the…