Sign in
Google apps
Main menu
Post a Comment On:
Blogpad
"Webservice development and live server"
No comments yet. -
1 – 0 of 0
When developing a webservice
[Image]
And when deploying to production server
using WindowsApplication3.MossCrm;
string mossUserName = ConfigurationSettings.AppSettings["UserName"].ToString();
string mossPassword = ConfigurationSettings.AppSettings["Password"].ToString();
string mossDomain = ConfigurationSettings.AppSettings["Domain"].ToString();
string mossWebServiceUrl = ConfigurationSettings.AppSettings["WebServiceUrl"].ToString();
MossCrm.Service service = new MossCrm.Service();
service.Credentials = new System.Net.NetworkCredential(mossUserName, mossPassword, mossDomain);
service.Url = mossWebServiceUrl;
App.config
[Image]
.
posted by fc at
5:59 PM
on Nov 29, 2007
Leave your comment
You can use some HTML tags, such as
<b>, <i>, <a>
This blog does not allow anonymous comments.
Google Account
You will be asked to sign in after submitting your comment.
Please prove you're not a robot
"Webservice development and live server"
No comments yet. -