您的位置:首页 > 其它

Umbraco安装记录

2011-09-27 17:31 190 查看
1.

安装帮助:

http://awoni.net/umb/webpi46/

首先下载 Microsoft Web Platform Installer

选中Umbraco安装就好了。

问题:

唯一的问题如何就是设置SQL SA的密码,并且可以登录。

我装的SQL 2008 Express

首先要安装升级SQL Server Management Studio ----( 在我的网摘中有步骤。)

然后设置SA密码,Enable SA account, 将window authentication 方式改成混合模式。

http://gozoomin.com/blogs/internsrise2power/archive/2011/01/14/installing-umbraco-from-web-platform-installer-wpi-or-microsoft-webmatrix.aspx

-----

1. Search this Registry Key (regedit.exe):


“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQLServer”



2. Change the “
LoginMode” property to 2


3. Go to a Command Line (cmd.exe) and follow this commands:

sqlcmd -E -S .\SQLEXPRESS (will login with windows authentication mode)

[code]1) ALTER LOGIN sa WITH PASSWORD = '<new_password>'

2) GO

1) ALTER LOGIN sa ENABLE

2) GO

[/code]
4. Go to SQL Server Configuration Manager (Just type “SQL Configuration Manager” on Windows Vista/7 search program box.

5. On “SQL Server Services” select SQL Server(SQLEXPRESS) and Restart it.

-----
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: