If Windows authentication is used in ASP.NET SQL Server Setup Wizard, database names can be retrieved, but if SQL Server authentication is used, the following error occurs:Failed to query a list of database names from the SQL server. Invalid object name 'sysdatabase'.In case you suspect the user name and passowrd are the fault, they are used in many other connections that are able to retrieve the list of database names. They can be used to continue the wizard to create a database. Could anyone shed some light on this?
View Complete Post