admin
-
3/23/2006 2:12:18 PM
Re: storing and getting username / password from the web.config
Hello,
the user name and passowrd for the SyncWebService must be stored in the web.config file, in the following parameters:
CMSStagingServiceUsername CMSStagingServicePassword
You can then retrieve them using ConfigurationManager.AppSettings["CMSStagingServiceUsername"].
Best Regards,
|