Anyone know is this is possible? I'm trying to create a simple windowsform app that I dont want to have to place on the server. Somehow Ihave to "connect" to the server? Any info would be greatly appreciated.
You have to use web services to do it remotely. Any application accessingthe sharepoint assemblies will fail out if SharePoint isn't installedlocally.The web services only provide a subset of functionality and don't provide alot in the way of admin functions.
You could consider writing your own Web Service to implement thefunctionality that you want to remote.