Wednesday, June 8, 2016

Error occurred in deployment step 'Recycle IIS Application Pool': Remote SharePoint site connections are not supported.Parameter name: project


Using SharePoint 2013, Visual Studio 2012

Scenario: Deploy a farm solution from Visual Studio


Issue: Error occurred in deployment step 'Recycle IIS Application Pool': Remote SharePoint site connections are not supported.Parameter name: project


Cause: The Site URL was invalid and the Visual studio failed to deploy the solution 


Project Properties

Fix: Go to Project properties and update the correct SharePoint site URL and try to deploy the solution again.

3 comments:

  1. Thanks. That really solved my issue.

    ReplyDelete
  2. I have a project which local farm has host header, the URL is correct in project setting (I can open) however still getting the same error when deploy... what is the fix? Thx.

    ReplyDelete
    Replies
    1. Check if you have added your IP and host name on your local machine host file. Also check if AAM has been configured on your SharePoint Server

      Delete