Ask a Question related to ASP, Design and Development.
-
chris #1
seek for help
Hi All,
I got a question about connecting the SQL server database with a asp page. I
just wanna know if I got a asp page in a location A and wanna connect to the
SQL database in a server with IP address 144.214.87.11 through the Internet,
then how can I configure in the SQL Server 2000?? I'm just a newbie, please
help. Many thanks!!
chris Guest
-
Video seek bar: required improvement
Does any one has a solution for the video seek bar in flash 8 - the rewinding and forwarding is possible by dragging the pointer however the same is... -
Hide and Seek Tools
I have lost my main tool selector. I tried to hide it and then show it (command-F2), but it did not reappear. Any ideas? -
quicktime seek and currentime
Hello I am trying to make a program which has power point slides(jpgs) and a talking head video which is in quicktime format.....i need to... -
illegal seek
I was debugging a totally unrelated problem yesterday and put in a quick and dirty print line with $! in it. Now as it happened the bit of code I... -
Win32 ADO Seek method
When I use the ADO Seek method, I always get the first record in the recordset, regardless of the value of the search key. Has anyone else had... -
William Tasso #2
Re: seek for help
chris wrote:
Just a little o/t for this goup, but IIRC there isn't much you have to do> ...I just wanna know if I got a asp page in a location A and wanna
> connect to the SQL database in a server with IP address 144.214.87.11
> through the Internet, then how can I configure in the SQL Server
> 2000??
with SQLServer apart from setting up the users with the necessary
permissions.
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
Chris Barber #3
Re: seek for help
.... 'through the internet' ...
Security, security and more security.
1. Through a NAT on the router that is connected to the internet (directs
traffic on 1433 - consider changing the internet side listening port to
something other than the standard 1433 to avoid scanners) to point to the
internal SQL server.
But, make sure you *lock* down the logins such as 'sa' etc and never login
with a user that is a sysadmin role. Make sure you get a lot of advice and
preferably read a book on SQL security first.
2. Use the SQL Server web XML interface for requests in XML format (can be
reconverted to classic ADO recordset easily). Easier to manage security etc.
for this since you only configure specific things to be available through
it.
3. Use a secured VPN to make sure the traffic is encrypted. This allows full
access to the SQL server via IP address and keeps nosy prying internet eyes
from trying to get at it.
Hope this gives you a few pointers.
Chris.
"William Tasso" <news27@tbdata.com> wrote in message
news:eC14yoolDHA.3288@tk2msftngp13.phx.gbl...
chris wrote:Just a little o/t for this goup, but IIRC there isn't much you have to do> ...I just wanna know if I got a asp page in a location A and wanna
> connect to the SQL database in a server with IP address 144.214.87.11
> through the Internet, then how can I configure in the SQL Server
> 2000??
with SQLServer apart from setting up the users with the necessary
permissions.
--
William Tasso - [url]http://WilliamTasso.com[/url]
Chris Barber Guest



Reply With Quote

