নথিপত্র

MOSS 2007 ওয়েব অ্যাপ্লিকেশন এবং নাম পরিবর্তন

I want to share how to rename the web application name in command line administration of MOSS 2007 using STSADM Command.

সিনট্যাক্স: stsadm -o renameweb -url -newname

উদাহরণ: Stsadm -o renameweb -url http://localhost/oldname -newname newname

The above command will rename the web application from oldname to the newname.