From: <Soe...@t-...> - 2003-07-13 15:43:12
|
Hi,=20 my configuration of my Linux PC is: RH9 + apache 2.0.46 + mono 0.25 + mod_mon 0.3 + FB Superserver 1.5 RC 3 = + FB.Net-Provider 1.1 Alpha2=20 my configruation of my windows PC is XP-Prof + SP1 + Visual Studio.Net + IIS + FB.Net-Provider 1.1 Alpha2=20 I wrote a litte test .aspx Application that tries to connect to the = Firebird Server on my Linux PC. The Connection string is: = User=3DSYSDBA;Password=3Dmasterkey;Role=3D;Database=3D/ib_dbs/music.fdb;S= erver=3D192.168.2.1;Port=3D3050;Dialect=3D3;Charset=3D;Connection = lifetime=3D15;Pooling=3Dtrue It works fine on my Window PC, but with the same Connection String on my = Linux PC I get the message : FirebirdSql.Data.Firebird.FbException: Unable to complete network = request to host "192.168.2.1". ---> FirebirdSql.Data.INGDS.GDSException: Exception of type = FirebirdSql.Data.INGDS.GDSException was thrown. Even when I use Server=3D127.0.0.01 or Server=3Dlocalhost.=20 Any Idea? regards S=F6rnt |