|
By Udayakumar Ethirajulu , on October 31st, 2007 Hi Devs, If you want to take the backup of subsite in command prompt.
stsadm.exe is in the following installation path”C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”
Syntax: stsadm.exe -o export -url -filename
Example stsadm.exe -o export -url http://localhost/subsite -filename subsitebackup.dat
By Udayakumar Ethirajulu , on October 31st, 2007 When am started program using sharepoint objects. I found little bit difficult to understand about the sharepoint objects lifetime and best approach to dispose it. I found the following MSDN article which helps me a lot to learn and understand about sharepoint objects disposal.
Refer it here
By Udayakumar Ethirajulu , on October 31st, 2007
For decades, companies have been running their software on their own infrastructure. Software + Service is a new delivery model where companies pay, not for owning the software itself, but for using it. In this scenario, the software provider is responsible for its availability (maintenance, scalability, disaster recovery, etc.,) and gets paid for the […]
By Udayakumar Ethirajulu , on October 28th, 2007 To Restore the Site in SharePoint 2007
stsadm.exe is in the following installation path”C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”
Syntax : stsadm.exe -o restore -url -filename
Example : stsadm.exe -o restore -url http://localhost:2100/ -filename backup.dat
If you are trying to restore with the empty webapplication then the above command will successfully restore your backup.
[…]
By Udayakumar Ethirajulu , on October 26th, 2007 Hi Devs, Its very very hard to believe, but its true Microsoft is going to Release .Net Source Code.
Info From Jim Galasyn’s Blog
We are releasing the source code for .NET Framework base class libraries under the Microsoft Reference License, and the source code will be downloadable and viewable by anyone who accepts the […]
By Udayakumar Ethirajulu , on October 25th, 2007 To take the backup in moss 2007 in command promp
stsadm.exe is in the following installation path “C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BINstsadm.exe”
Syntax : stsadm.exe -o backup -url -filename
Example : stsadm.exe -o backup -url http://localhost:2100 -filename backup.dat
if you want to overwrite the existing backup file use -overwrite with the command stsadm.exe […]
By Udayakumar Ethirajulu , on October 21st, 2007 If you are getting error while uploading exe file or anyother blocked files.
Follow the steps below to upload the files
Open Central Administration in the Operation Tab Securtiy Section open the option Blocked file types
Remove the exe (extension) in the list & delete also from the web applications blocked file types list.
[…]
By Udayakumar Ethirajulu , on October 19th, 2007 How to become an MVP:
To become an MVP you should do following stuffs regularly
Active Participation in Communities Writing Technical Articles Participation in Technical Groups White Papers Speaker in Conferences Speaker in Webinars
If you have any queries please feel free to mail me @ Uday.Ethirajulu@hotmail.com
Refer
By Udayakumar Ethirajulu , on October 18th, 2007 Hi SharePoint Dev’s, Mark Kruger has given the list of free sharepoint webparts
http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-web-parts-3rd-party.aspx
Check it.
By Udayakumar Ethirajulu , on October 3rd, 2007 Hooray!
Today I Received MVP award from Microsoft in SharePoint for 2008. This is very happiest moment in life & career.
Thanks, Uday http://groups.msn.com/DevGeeks
|
|