If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Remote Database connection in ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-03-05, 02:00
cshankar_p cshankar_p is offline
Registered User
 
Join Date: May 2005
Posts: 22
Exclamation Remote Database connection in ASP

I have a scenario where the database is in one server and web server is on another server. I know the response time will be affected by this. But is it adivisable to have webserver and database server on seperate machines/network.

Reply With Quote
  #2 (permalink)  
Old 12-03-05, 12:47
pramsey pramsey is offline
Registered User
 
Join Date: Nov 2005
Posts: 20
How are you accessing a database from a server different than the web page? I didn't think this was possible, because of security issues.
__________________
Programming/Web Design
http://eofficeprofessionals.com/forums

Offer solutions-not criticism.
Reply With Quote
  #3 (permalink)  
Old 12-04-05, 17:13
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
It really depends on your network/infrastructure set up.

Personally I always work this way. It allows the web server to be specificly configured for servering web pages and the database server to be configured specificalyl for running databases which gives you some nice performance increases.

You can configure your network so your database is only accessible from the web server, where as the web server needs to be accessible to the world, this allows your database to be more secure.
Reply With Quote
  #4 (permalink)  
Old 12-05-05, 04:27
rajthampi rajthampi is offline
Registered User
 
Join Date: Feb 2004
Location: Kuwait
Posts: 38
Smile Is it Oracle?

Quote:
Originally Posted by cshankar_p
I have a scenario where the database is in one server and web server is on another server. I know the response time will be affected by this. But is it adivisable to have webserver and database server on seperate machines/network.

Well my firm has Oracle10g on an independant server and ASP application runs from another server & we have the ASP application published in the net also. We use application developed using developer 2000 to insert modify delete data from the database and our IIS application does the display, limited editing interphase for a visitor or user. I hardly found any speed related issues even when we were displaying more than 30,000 records at a time through the web interface & it is always advisable to run Oracle independant from a dedicated server.
__________________
If it is a door, It will open.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On