connecting sql server using vpn
Can anyone 开发者_如何学运维tell me how to make connection in webconfig file (which don't require an explicit connection to VPN) i.e. what I am trying that I just make connection string that either execute a code that make a connection to a vpn and then it connects to sql server in that vpn?
Right now I can connect to sql in VPN but before that I connect to VPN on my machine and then I can do my stuff, and I don't want to do this ...
it's not possible to do it ...
the only way is the one I have already mentioned above ...
it's not possible, because vpn are private network and web is open network for all and through web any body can enter ...
精彩评论