-
Jun 27th, 2012, 12:55 AM
#1
Config file in WCF
Hi ,
Currently we are using the Add New Item -> Local Database cache wizard to create the DB details in our application.
We want these steps in code. So that we can send the DB details in a config file for the WCF servoce lib to consume at the client end.
How to proceed with this ?
Please help.
thanks
amrita
-
Jun 27th, 2012, 08:56 AM
#2
Fanatic Member
Re: Config file in WCF
The normal way is to copy the section of the config file for the WCF Service and send it so that it can be added to their web config file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules