472,780 Members | 4,650 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,780 software developers and data experts.

Question about accessing SQL database over the Internet...

I'm beginning to get into ASP.NET and don't know much about it yet. I
just need to know first about the way to access a SQL Server database.

SQL Server is running on a server inside our network and not
accessible to the outside world. Our web site is being hosted by a
company in Miami.

What I want to happen is for potential students go to our web site and
be able to see if there's openings in upcoming classes and eventually
sign up for the class online and pay with a credit card.

We have a very slow DSL connection to the internet from our office and
I want to keep SQL Server on our server.

Is there a secure way for the web site (in Miami) to access our
database for the information? Will we need a bigger pipe? (Our web
site averages only 500 hits or less a day)

Would it be better to have the web site link to ASP pages running on
our own server?
Nov 18 '05 #1
2 1090
Under the circumstances, the most secure solution would be to host the ASP
pages on the same network as your SQL Server.

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Kevin" <kevinp@remove_cfl.rr.com> wrote in message
news:kd********************************@4ax.com...
I'm beginning to get into ASP.NET and don't know much about it yet. I
just need to know first about the way to access a SQL Server database.

SQL Server is running on a server inside our network and not
accessible to the outside world. Our web site is being hosted by a
company in Miami.

What I want to happen is for potential students go to our web site and
be able to see if there's openings in upcoming classes and eventually
sign up for the class online and pay with a credit card.

We have a very slow DSL connection to the internet from our office and
I want to keep SQL Server on our server.

Is there a secure way for the web site (in Miami) to access our
database for the information? Will we need a bigger pipe? (Our web
site averages only 500 hits or less a day)

Would it be better to have the web site link to ASP pages running on
our own server?

Nov 18 '05 #2
What about possibly a web service that would be accessed from the
hosted web site? Or would that pretty much just work the same way?
On Wed, 26 Nov 2003 14:23:04 -0500, "Kevin Spencer"
<ke***@takempis.com> wrote:
Under the circumstances, the most secure solution would be to host the ASP
pages on the same network as your SQL Server.


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Frnak McKenney | last post by:
Back when computer dinosaurs roamed the earth and the precursors to today's Internet were tiny flocks of TDMs living symbiotically with the silicon giants, tracking access to data processing...
9
by: Pacific Design Studios | last post by:
I'm running ASP on IIS 5. My users who are on the network can access our database. Any users from the internet "outside" the network can't access it. We don't have a firewall. Our Windows Server...
7
by: Gui Lloyd | last post by:
I have a problem with performance in IE. The script above works quite fine when the table has a small number of elements, but, when the table has 2500 elements, when I click in the checkbox of the...
3
by: prodirect | last post by:
Hi all, I hope someone can help me. I've recently created a database and wanted to put it up on an ftp sight so that multiple people could access the same tables at the same time from different...
3
by: Doug | last post by:
I have a split Access database that resides on a file server. The file server is a restricted drive that only people with the correct permissions can browse to this directory on the LAN. Several...
12
by: uno | last post by:
Hello, I am a beginner with the programming and I have some question. I am reading manuals from Internet and some book from the library. In all those documents the C language operate wint plain...
3
by: Daniel Liberman | last post by:
Hi, everyone. That's my environment: - I have a pocket pc (iPAQ h4350) application developed with VSNET2003/C# that has a SQL Server CE Database, running. That's working fine. Obs: the pocket...
4
by: Noy B | last post by:
Hi, I have developed a small application that is using a MSAccess DB. the problem is that it was developed on a machine where the application and the DB are both located. now it needs to be...
1
by: gracepaul | last post by:
hi all, can we use the dynamic ip address to identify a paticular computer on the internet . is there a static ip address for a computer which have dynamic ip to...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.