Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S SharePoint Automatic Signin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CodePlex
  • SharePoint Automatic Signin
  • Wiki
  • Deployment

Last edited by Laurent Sittler Apr 25, 2018
Page history

Deployment

What is deployed?

  • The custom login page is deployed to the SharePoint Root: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\IDENTITYMODEL\LOGIN

  • The assembly containing the code-behind of the login page and the powershell cmdlet code are deployed to the Global Assembly Cache

Deployment steps: first time deploy

All commands are executed in the SharePoint 2010 Management Shell

Add the solution to the solution store

stsadm -o addsolution -filename OrbitOne.SharePoint.Claims.SignIn.wsp

Deploy the solution to all web applications

stsadm -o deploysolution -name OrbitOne.SharePoint.Claims.SignIn.wsp -immediate -allowgacdeployment
stsadm -o execadmsvcjobs

Register the assembly

C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\installutil /assemblyname "OrbitOne.SharePoint.Claims.SignIn, Culture=neutral, Version=1.0.0.0, PublicKeyToken=3c7a593397c60142"

Deployment steps for a new version

Retract and delete the existing solution

stsadm -o retractsolution -name OrbitOne.SharePoint.Claims.SignIn.wsp -immediate
stsadm -o execadmsvcjobs
stsadm -o deletesolution -name OrbitOne.SharePoint.Claims.SignIn.wsp

Deploy the new solution

stsadm -o addsolution -filename OrbitOne.SharePoint.Claims.SignIn.wsp
stsadm -o deploysolution -name OrbitOne.SharePoint.Claims.SignIn.wsp -immediate -allowgacdeployment
stsadm -o execadmsvcjobs
Clone repository
  • Background
  • Build
  • Configuration
  • Deployment
  • Features
  • Home
  • setupIE