Since the first releaseArticleIt's been a long time ~! Today, I will write down some specific umbraco operations, starting with the installation.
If you have any questions, you can directly send me an email. Let's talk about it ~! Please forgive me for not writing well.
: Please download it by yourself:
Http://files.cnblogs.com/liluping860122/umbraco_v303.rar
My computer environment: Windows2003 SP1 sqlserver2005 vs2005
1: Run -- umbraco_v303.msi;
Note: Here it automatically detects the local computing environment. If it is missing, download it by yourself. If there is an Ajax extension, download and install it by yourself. Here is the number.
2:
Next-> Select accept->
Select the port here:
Description: Description
Hostheader: Do not write
Note: The path must be under the IIS directory. Otherwise, the page cannot run after installation.
3:
Here SQL SERVER: write your own database, local.
Log On with the user name and password: Next step;
4:
Here we start Database Configuration: Database Name, access user name, password, write by yourself, User name: at least 4 bits, password is 8 bits:
Next:
Here, the database installation is complete:
II:
At this time, you will see an error:
Open the installation directory, for example, C: \ Inetpub \ wwwroot \ yanshi \ install
Find: default. aspx open in Notepad: Find
<Asp: button id = "Next" enabled = "true" text = "next? Runat = "server" onclick = "next_click"> </ASP: button>
Change to-
<Asp: button id = "Next" enabled = "true" text = "Next" runat = "server" onclick = "next_click"> </ASP: button>
Save and refresh the page,
Next installation:
Here is the logon background password: empty by default
Here, your entire installation is complete:
Note: Go to your installation directory, such as c: \ Inetpub \ wwwroot \ yanshi
Delete the Install Folder. Otherwise, your page connection may fail.
In this case, you can use http: // localhost: 1244/umbraco/
Ask your background ~! The user name is admin by default, and the password is the password you entered. If you do not enter the password, it is blank by default.
For more information, see.