Configuring ASMX Web Service End Points - web.config
- by tyndall
I have set up references to 2 web services in a separate assembly TestProj.Core.
I reference this Project in a Web Application Project called TestProj.Web.
When I setup the references in TestProj.Core the wizard gave me an app.config and through an application settings section into it.
How do I get these settings to my web app? Copy and paste…