The production tag has no wiki summary.
1
vote
1answer
31 views
Adding new item to a list works in dev but not in prod
I have some code which simply gets a list, creates a new item with the appropriate fields, and adds the item to the list. The code worked perfect in the dev and UAT environments but since we deployed ...
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?
0
votes
1answer
118 views
Setting my development and production environment for SharePoint 2013 server
I need to set up the development environment and the production environment for SharePoint 2013. I have read the following link on MSDN http://technet.microsoft.com/en-us/library/cc262485.aspx which ...
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
3answers
154 views
SharePoint Foundation 2010 - Production
I have a few questions about developing a full-featured internet website using Sharepoint 2010. First of all, on TechNet it says:
SharePoint Foundation 2010 does not support single label domain ...
0
votes
1answer
147 views
Saving publishing site as template in MOSS 2007
I have a publishing site in moss 2007(dev env) and i need to save it as template.. in moss 2007 there is no option to save the publishing site as template so i am using the link below to save it as a ...
1
vote
1answer
89 views
Event reciever(email generation functionality not working on production) but working on dev
i have an event receiver(which has item adding,added events) based on a condition i have set the email to get generated in item added event, the email is getting generated on my dev machine but when ...
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 ...
1
vote
2answers
71 views
Quick tool which allows you to browse lists and view their IDs?
I was wondering if there is a tool I can quickly install on a sharepoint production server to allow me to browse lists in a site, and display their names + id's?
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 ...
9
votes
3answers
487 views
How to handle staging environments
We have convinced a number of customers that their SharePoint solution is a critical business system and should be handled as such.
This will in most cases include a staging environment, but ...