Add a WCF Web Service Without Updating Web.config
Posted
by Brandon
on Stack Overflow
See other posts from Stack Overflow
or by Brandon
Published on 2010-04-30T18:07:23Z
Indexed on
2010/04/30
18:37 UTC
Read the original article
Hit count: 265
I am attempting to add a WCF web service to my project and each time I add a new web service it adds a new Service Behavior, new Service configuration, and changes the formatting of my web.config.
Is it possible to add a new WCF Web service (.svc extension) to my project without it changing my web.config file? I am willing to add the information I need manually.
© Stack Overflow or respective owner