Results 1 to 2 of 2

Thread: Config file in WCF

  1. #1
    Fanatic Member amrita's Avatar
    Join Date
    Jan 07
    Location
    Orissa,India
    Posts
    888

    Question 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
    thanks
    amrita

  2. #2
    Fanatic Member
    Join Date
    Feb 00
    Location
    Dunmow,Essex,England
    Posts
    892

    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
  •