1
vote
2answers
419 views

Deploying styles only for root site collection or for each site collection

I know how to deploy the masterpages and styles like css, javascripts, images etc, my question is rather what is the best practice? As I deploy the all the requisites on a site collection in the ...
0
votes
1answer
1k views

Overwrite custom masterpage on deployment? [duplicate]

Possible Duplicate: How to update custom master page and page layout, which is already deployed I have my custom masterpage in my visual studio solution and first time I deployed it worked ...
0
votes
1answer
712 views

System.ServiceModel.Channels.ServiceChannel in faulted state

When I try to deploy my SharePoint masterpage using Visual Studio I get the following error: “The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for ...
1
vote
1answer
63 views

what are the cons and pros of page creation methods in Sharepoint 2010?

You know that you can create pages in 3 or 4 different ways (Sharepoint desinger, Browser , Visual Studio...) but what's the standard "Best practice" for developers and why? and what are the pros and ...