// C#
myCredentials = new System.Net.NetworkCredential(username, password, domain);
mywebs = new SPWebs.Webs();
mywebs.Credentials = myCredentials;
mylists = new SPLists.Lists();
mylists.Credentials = myCredentials;
Wednesday, September 19, 2007
Re-install the Server Service
To re-install "Server Service" in Windows 2003/XP, delete and re-install "File and Printer Sharing for Microsoft Networks" in network connection properties of your current network connection. Reboot in between.
Labels:
Code
Re-installing the Workstation Service
To re-install "Workstation Service" in Windows 2003/XP, delete and re-install "Client for Microsoft Networks" in network connection properties of your current network connection. Don't forget to reboot in between.
Labels:
Code
Subscribe to:
Posts (Atom)