Security Setup Wizard
Chapter 19: Web Projects...Page 657 The home page has a different appearance than the one in the book. When I click the Security link on the ASP.Net Configurator I get the following message:
Unable to connect to SQL Server database
Your application is currently configured to use the provider: AspNetSqlProvider
My operating system is VISTA. I haven't had any problems connecting to the PUBS database in any of the previous "TRY IT OUT"s.
Opening the Database within code works great:
SqlDataSource ID="sdsAuthors" Runat="server"
ProviderName = "System.Data.SqlClient"
ConnectionString = "server=BISCOJA-PC;database=pubs;Trusted_Connection=Yes"
Is there something that needs to connect to the ASP.NET configurator for VISTA?
|