Subject Embedded Unable to complete network request to host
Author marcusmonaghan50
All,

I have an ASP.NET application that was working in development but is
not in production.

The error I get is :

Unable to complete network request to host ".". Failed to establish a
connection.

Trace:

[FbException: Unable to complete network request to host ".".
Failed to establish a connection.]
FirebirdSql.Data.Firebird.FbConnectionInternal.Connect() +321
FirebirdSql.Data.Firebird.FbConnectionPool.Create() +49
FirebirdSql.Data.Firebird.FbConnectionPool.CheckOut() +200
FirebirdSql.Data.Firebird.FbConnection.Open() +426
Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection()

Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteReader(DBCommandWrapper
command)

As the subject states I am using the embedded functionality.

Has anyone else experienced this, and if so can they shed some light
on the issue for me please?

Regards,
Marcus