Monday, July 7, 2008

How to add a solution and deploy it

----------adding the solution
1) Locate the WSP file that you want to install in Windows Explorer.
2) Open the command prompt.
3) Go to the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
directory. This directory may be different depending on your server setup.
4) Type stsadm –o addsolution –filename
5) Drag the WSP file from the Windows Explorer over onto the command prompt. This will
automatically type in the location and filename of the WSP.
6) Press Enter.

-----------deploying the solution
1) Locate the WSP file that you want to install in Windows Explorer.
2) Open the command prompt.
3) Go to the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
directory. This directory may be different depending on your server setup.
4) Type stsadm –o addsolution –filename
5) Drag the WSP file from the Windows Explorer over onto the command prompt. This will
automatically type in the location and filename of the WSP.
6) Press Enter.

No comments: