开发者

Make SQL Server 2005 accessible via Internet

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.


can you develop a web service to run on the client's server? you probably want to avoid opening SQL Server to the world.


Best practice: DO NOT DO IT. Lets leave security concerns aside - the ip delay will significantly slow you down. Try it out first, but the large ping times MAY be terrible for you.

THat said, all you noramlly have to do (not assuming reconfiguration) is to allow: * The server somehow to be reached * On Port 1433 (default port).

Use A VPN or IPSEC to secure traffic and make sure that "accessible through the internet" is not "accessible for every idiot out there". The ISP admin should be able to help you, or the customers admins. But I would not do it - the performance may not be to your liking. Test performance out first.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜