deployment - Deploying Custom Features to Live SharePoint 2010 Environment -


i have been working on customisation sharepoint 2010 using visual studio. visual studio project contains custom web parts , pages. have been deploying , testing customisations within sharepoint development environment without issues.

i need deploy these changes live sharepoint environment has load balanced front end web servers.

will need install visual studio on both load balanced servers , there pre deployment procedures need carry out?

many thanks.

in development environment, visual studio 2010 automatically packaging , deploying you.

to migrate these packages production environment, go /bin directory of project, , there should wsp in there. copy server.

then use either stsadm or powershell install/deploy them. pushed out wfe in farm.

no dont need install visual studio on live servers

it idea scheduled window deploying, release reset application pool, or may need reset iis/server (depending on setup/configuration)


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -