Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Connection (Login) from Web Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-05-27 : 08:13:21
Alan writes "My Web server is in the DMZ of the firewall and thus is not on my network. My SQL server is on the inside of the firewall. I have my .htm pages set up to access the SQL database. I have a static route from the DMZ to the Inside of the firewall, plus a conduit to TCP conduit permit to allow any port greater than 1023 to get to the SQL server from the web server. From inside the firewall the application works fine. From outside the firewall the application does "databinding" and then fails to connect to selected server. How can I get this to work from outside the firewall? Do I need some kind of login script in my HTML code on the Web Server?"
   

- Advertisement -