I have a solution that uses caching to trigger some action in the business project within my solution. I would like to call a web service from this project and was going to add either a web or service reference. I can't call a web service in the front end as i can't have circular reference.
I can add the reference fine, but when i publish the front end, it has the business dll in the bin folder, but there is nothing to state what the url for the reference is. If there was a web reference in the front end, the url would be stored in the web.config. Is it being compiled into the dll?