Chapter18 Beg C#2005 - Creating New Database
Just found a problem and a fix that i thought i would share.
In the try it out where you create a new SQLSERVER2005 database for the EventRegistrationWeb project, entering "localhost" for the server in the Create New SQL Server Database dialog results in a:
"When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings sql server does not allow remote connections"
error...
Instead enter the server name as "localhost\sqlexpress".
|