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
Fix: Go to Project properties and update the correct SharePoint site URL and try to deploy the solution again.
Thanks. That really solved my issue.
ReplyDeleteI 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.
ReplyDeleteCheck 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