Go to start -> Run
In the Command Prompt Go to
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Bin
Now run the command to Export the sharepoint site
stsadm.exe -o export -url <a href="http://(youroldsite/">http://(youroldsite/</a>) -includeusersecurity -nofilecompression -filename d:\spbackup
Copy the spbackup unto the destination server and run the command to import the site
stsadm.exe -o import -url <a href="https://(yournewsite/">https://(YourNewSite</a>) -includeusersecurity -nofilecompression -filename d:\spbackup
Now the Sharepoint site will be copied to the new location.
ASP Standard Controls
- ASP Label Control
- ASP TextBox Control
- ASP Button Control
- ASP Link Button Control
- ASP ImageButton Control
- ASP HyperLink Control
- ASP DropDownList Control
- ASP ListBox Control
- ASP CheckBox Control
- ASP CheckBoxList Control
- ASP RadioButton Control
- ASP RadioButtonList Control
- ASP Image Control
- ASP ImageMap Control
- ASP Calendar Control
- ASP Table Control
- ASP BulletedList Control
- ASP Hidden Control
- ASP Literal Control
- ASP AdRotator Control
- ASP Panel Control
- ASP PlaceHolder Control
- ASP FileUpload Control
- ASP UserControl
- ASP Custom Control
Random Tips and Tricks
Sunday, August 15, 2010
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment