H
HRsoft Informática
Dear Friends
I'm new with asp.net.
I have a asp.net 2.0 application hosted in a ISP, that don't permit instal
of Firebird database.
I need this application to access a firebird database that is installed in a
Windows 2008 Server in another place, ie, in my local network.
This is for test only, but I intend to create this app to real clients that
has another win32 app that uses the database in local network
I created in No-IP a host, that redirect to 3050 port (used by firebird)
In the router I created a portforward to ip (machine) that has the firebird
and database instaled
I use the follow ConnectionString in web.config:
<add name="SilojaNetFB"
connectionString="User=SYSDBA;Password=masterkey;database=c:\silojaw\ibo\HRMERCADO.gdb;DataSource=http://silojafb.no-ip.com;Port=3050;Dialect=3; "/>
When run the application, I get error.
Can you help me?
Thanks
I'm new with asp.net.
I have a asp.net 2.0 application hosted in a ISP, that don't permit instal
of Firebird database.
I need this application to access a firebird database that is installed in a
Windows 2008 Server in another place, ie, in my local network.
This is for test only, but I intend to create this app to real clients that
has another win32 app that uses the database in local network
I created in No-IP a host, that redirect to 3050 port (used by firebird)
In the router I created a portforward to ip (machine) that has the firebird
and database instaled
I use the follow ConnectionString in web.config:
<add name="SilojaNetFB"
connectionString="User=SYSDBA;Password=masterkey;database=c:\silojaw\ibo\HRMERCADO.gdb;DataSource=http://silojafb.no-ip.com;Port=3050;Dialect=3; "/>
When run the application, I get error.
Can you help me?
Thanks