Hi,
I have installed SQl express 2005 SP1 and then configured it to accept remote connections which works within my internal network. I can connect other client stations within our internal network.
However, when i try to connect to the database using a VB.net web application, the application cannot connect to the database.
I have a hardware firewall which configured to foward port TCP 1433 and UDP 1434 to the SQL express server.
I have also carried out a telnet communication to ports 1433 and 1434 and able to communicate on port 1433 and get an error message cannot connect to host on port 1434.
What am i doing wrong
Thanks