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 ConnectionStrin g in web.config:
<add name="SilojaNet FB"
connectionStrin g="User=SYSDBA; Password=master key;database=c: \silojaw\ibo\HR MERCADO.gdb;Dat aSource=http://silojafb.no-ip.com;Port=305 0;Dialect=3; "/>
When run the application, I get error.
Can you help me?
Thanks
--
Hércules
HRsoft Informática - Rio de Janeiro - Brasil
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 ConnectionStrin g in web.config:
<add name="SilojaNet FB"
connectionStrin g="User=SYSDBA; Password=master key;database=c: \silojaw\ibo\HR MERCADO.gdb;Dat aSource=http://silojafb.no-ip.com;Port=305 0;Dialect=3; "/>
When run the application, I get error.
Can you help me?
Thanks
--
Hércules
HRsoft Informática - Rio de Janeiro - Brasil
Comment