OK, I am really frustated. Playing around this for more than 2 days and still din get any result. Hope someone can help me here.
I am following the video that website has provided for installing DDN. Every thing is fine till DB stage.
here is my configuration and settings.
Windows 7 Home Premium, IIS 7.5, SQL Server 2008 R2 Express edition
I have created a database called "myDotnetnuke". Created a user called "mycms" and assign the db_owner for "myDotnetnuke" to that.
My SQL security is " SQL Server and Windows Authentication mode".
Problem:
During the installation I chose "Typical" and in "Configure Database Connection" I chose SQL Server 2005/2008 (Express file). For server name I write dot(.). For filename I write "myDotnetnuke". Uncheck the integrated security and for User ID write "mycms" and the password I have provided. Then I get the following error.
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 20
Number: 2
Message:
if I write the server name as "{My Computer Name}\sqlexpress" I will get the following error.
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 14
Number: 15364
Message:
I even tried "Automatic" mode without having any Database created and it always Fail in creating Database. I can assure you that my DB is fine as I am using Visual Studio 2010 and creating so many web application and working with my DB without any problem.
If anyone can help me to decode these error I will really appreciate. Thanks!