For new installation of SQL server 2005 you need to set it to permit external connections.
Start -> Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> SQL Server Configuration Manager
SQL Native Client Configuration
-> Client Protocols
Choose the protocols you want to enable. I have TCP/IP and Named Pipes enabled and I can connect to my server.
-
Peter