Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to install Umbraco 4.8I'm running Windows XP IIS 5.1 and .NET 4I Get the 'Database Configuration' screen.I choose 'Microsoft SQL Server', my machine has SQL Express and management studio.So I type in 'computername\SQLEXpress'I type in 'Umbraco' as the db name (I've already set this up) - I get a confirguation error when I click the button.My question is what's the username and password?Can I run windows integrated security and not have a user name and passwordand if I can't how can I set a username and password in SQLExpress?
thanks.
Hi Michael,
You need to create a sql login and a database login (which maps to your sql login).
Cheers,
/Dirk
Thanks Dirk.
Done that but for some reason I still get a database connection failed to initialise error.
I tested logging into SQL Server 2008 Express EditionWhen logging in I select the Authentication mode - SQL Server Authentication.I type in the username and password, I get Login failed for user 'Test2'.I have set up SQL Server and Windows Authentication Modeand I have created a user and mapped that user to the database.
Not sure what I'm missing.
yup, you need sql server authentication enabled on your sql box.
I have set up SQL Server and Windows Authentication Mode or do I need to do something else.
Yes, you need to switch to mixed or sql authentication mode
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Database Configuration and SQLExpress
I'm trying to install Umbraco 4.8
I'm running Windows XP IIS 5.1 and .NET 4
I Get the 'Database Configuration' screen.
I choose 'Microsoft SQL Server', my machine has SQL Express and management studio.
So I type in 'computername\SQLEXpress'
I type in 'Umbraco' as the db name (I've already set this up) - I get a confirguation error when I click the button.
My question is what's the username and password?
Can I run windows integrated security and not have a user name and password
and if I can't how can I set a username and password in SQLExpress?
thanks.
Hi Michael,
You need to create a sql login and a database login (which maps to your sql login).
Cheers,
/Dirk
Thanks Dirk.
Done that but for some reason I still get a database connection failed to initialise error.
I tested logging into SQL Server 2008 Express Edition
When logging in I select the Authentication mode - SQL Server Authentication.
I type in the username and password, I get
Login failed for user 'Test2'.
I have set up SQL Server and Windows Authentication Mode
and I have created a user and mapped that user to the database.
Not sure what I'm missing.
yup, you need sql server authentication enabled on your sql box.
Cheers,
/Dirk
I have set up SQL Server and Windows Authentication Mode or do I need to do something else.
Yes, you need to switch to mixed or sql authentication mode
Cheers,
/Dirk
is working on a reply...