Configuring ASMX Web Service End Points - web.config

Posted by tyndall on Stack Overflow See other posts from Stack Overflow or by tyndall
Published on 2010-03-19T15:59:12Z Indexed on 2010/03/19 16:01 UTC
Read the original article Hit count: 760

Filed under:
|
|
|
|

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 these into web.config? "Always Copy" the app.config out to the bin directory? Any good articles on mutiple configs?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about asmx