Let me explain:
The so-called "website template" is the template that you choose when you create a "subwebsite" on a website,
All "website set templates" are the templates available for selection when "website set" is created,
"Website template" first"
Environment: website collection A: 8000;
Step 1: create a sub-Website "test" (we are going to create the template on this subnet and save it)
Step 2: Use SPD to open a: 8000/test, find default. Master, and change it to what you want (production process is omitted)
Step 3: In A: 8000/test-website operations-website settings-(under the appearance) Save the website as a template-enter the name-OK
Step 4: At this point, when you create a website on a: 8000, there will be one more Custom column in the template. The custom template you just created is as follows:
PS: What if I want to save the created template (that is, the. STP file) locally?
--- A: 8000-website operations-website settings-modify all website settings-website templates-operations-open with Windows Resource Manager (other pages and images can also be saved locally)
If I want to put a locally created template (that is, the. STP file) on the server, what should I do?
---- A: 8000-website operations-website settings-modify all website settings-website template-upload OK
Let's talk about "website set templates"
Step 1: C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin enter a folder in this path that stores the template in a unified manner. Our name is msmodo.
Step 2: Put your *. STP control in the msmodo folder.
Step 3: Enter cmd
Step 4: Enter cd c: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin on the DOS Interface
Step 5: Enter stsadm.exe-O addtemplate-FILENAME "msmodo \ test on the DOS interface. STP "-title test template (" test. STPS is the name of the template file, and test template is the name of the template when you select it)
Step 6: Be patient ^
Step 7: restart IIS
Step 8: When you go to the Management Center-application management-to create a website set, you will find that the template has one more Custom column and one more template that you created earlier.
That's all 3q ~