Tagged Questions
0
votes
1answer
80 views
Deploy List Workflow in Production Environment
I created list workflow using SharePoint Designer.
How to deploy my list workflow in Production environment?
1
vote
2answers
2k views
Deploying web part from Visual Studio?
I exported a Core Search Results Web Part and created a new Visual Web Part in a Visual Studio project. I have added some code to the .cs page and the code for my exported webpart to the .webpart file ...
2
votes
2answers
477 views
Event Reciever on specific list in SharePoint 2010 working in dev environment but not in production
I have created an event receiver (on item adding) using VS2010 in SharePoint 2010 targeted to specific custom list which is a globally deployed in the production environment.
This event receiver ...
0
votes
2answers
354 views
Deploying Event Reciever on the production environment
I want to deploy the event receiver created in SharePoint 2010 to the production environment. This is a farm solution, but I have a question regarding the deployment in the production environment. ...
1
vote
2answers
1k views
How can I use Powershell to move a list from a development to a production Sharepoint 2010 box?
I'd like to copy a list (and its contents) onto our production server. I've been trying to use the Export-SPWeb cmdlet, using this article as a reference, but I can't seem to get it to cooperate. I've ...
1
vote
3answers
5k views
How to deploy webpart on production (not debugging) server?
I've created a web part, debugging it on a test Sharepoint 2010 install on my local workstation. I'd like to test it on our production server. It seems that I won't be able to use Build --> Deploy to ...
5
votes
6answers
834 views
Please suggest a practice to deploy a sharepoint site collection from test to production server
This is the current scenario:
Sharepoint 2010 on MachineA with SQL Server. Site collection SCa on web app WAa.
Now I need to "deploy" my site collection on MachineB.
What are the suggested ways ...
0
votes
1answer
472 views
what are the basic steps to deploy a sharepoint j2010 project to a production server?
after we finish the development / testing of a sharepoint we need to deploy it on the customer's production server.
I was wondering what are the basic steps to do that.
correct / add to the ...