Coming to straight to the point. I am installing DNN and the installation wizard just keeps on loading and loading. Even if I fill the fields but links are not working. Apparently javascript hasn't loaded properly.
And at the bottom of the page I get the error
"No valid default database connection detected. Standard Database setup option is unavailable Database Connection Error"
The connection string in my web.config is
connectionString="Server=QANITA-NOTEBOOK; Database=DotNetNuke; User ID=qanita; Password=123456;" providerName="System.Data.SqlClient"
I am having no problem when I try to connect from Sql Management Studio using the username and password mentioned in connection string. Can anybody help me here?