TODO:
You are running a VPS server at GoDaddy and need to set up a FireWall.
SOLUTION:
Follow the directions at HERE to get it to work.
NOTES:
I tried a few articles, and none worked. This article worked like a snap.
TODO:
You installed the SharePoint Server 2013 Client Components SDK but do not know where the Dlls are to reference in your project.
SOLUTION:
They are installed at: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI
NOTES:
There are no notes on this topic.
TODO:
Have you ever built a service and wanted to install it?
SOLUTION:
- Open a Visual Studio Command Window
- Navigate to your EXE folder of the service.
- Execute the following command:
- C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil .\YourService.exe
NOTES:
This assume .Net version 4