Project deployment - TheWebShop/sp2010-rest-emulator GitHub Wiki

When you've finished developing locally and it's time to move your work to the server the only thing that needs to make the journey is the contents of your /public folder.

  1. Copy any dependencies you need from /public to your SharePoint site.
  2. Verify the paths to your resources (eg: /css, /js, /components, etc.) in case they are no longer accessible from where you have placed your html.
  3. Verify your REST target within any javascript your have written. If you have made a request to something like /_vti_bin/listData.svc/Browsers be sure that this still works in the context of your server. You may need to include the paths of sub-sites (eg: SubSite/_vti_bin/listData.svc/Browsers).