Cannot run code outside the sharepoint box!
If you are using webservices provided by SharePoint like Lists.asmx or Copy.asmx you need not have your code running on server where SharePoint is installed. You just need to add a reference to the Microsoft.SharePoint.dll. If you are written a code using SharePoint API, unfortunately you have no option but to have the code running on a server where SharePoint is installed
|