Make SQL Server 2005 accessible via Internet

Posted by Gary Joynes on Stack Overflow See other posts from Stack Overflow or by Gary Joynes
Published on 2010-03-23T13:31:29Z Indexed on 2010/03/23 13:33 UTC
Read the original article Hit count: 351

Filed under:
|

I have an application that runs on a client's server built on a SQL Server 2005 database.

We have now developed an ASP.NET v2 application which connects to this database. This web application will be hosted on an ISP's server but needs to access the SQL Server database on the client's server.

The client's server has a firewall and so forth so I assume it should be possible to make the SQL Server accessible via the Internet but of course I am woriied about security. Can someone point me to some best practices to achieve this.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about ASP.NET