Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...IIS & sql server on seperate serversIIS & sql server on seperate servers
Previous
 
Next
New Post
4/21/2009 3:06 PM
 

i looked back 10 pages to see if this was covered and didnt quite find anything.

i have several IBM x335s and wanted to split apart the duties of serving DNN accross 2 of them. i wsa thinking of using one of them as an IIS server and the other with SQL server 2005. i cant find anything [yet] that talks about how to do this with DNN. i was thinking of placing the install on the SQL server. and point IIS to the shared folders.

is that the way to do it? or can it even be done?

my SQL will be housing other DBs and i was setting up replication on a back up x335 and plan on clustering SQL by the end of the year. due to that i wanted it to be seperate from IIS.

 
New Post
4/21/2009 3:50 PM
 

I'm not a fan of IIS and SQL on the same box, for both performance and security reasons. So here's how:

Set up the DNN files on your web server (let's say 10.10.10.9), and create your DB (MyDNNDB) and DB user on the SQL server (let's make it 10.10.10.6).

In your web files, edit your web.config connection strings (2) to read like this :

<!-- Connection String for SQL Server 2000/2005-->
Data Source=10.10.10.6;Initial Catalog=MyDNNDB;User ID=DBUser;Password=DBUserPass" providerName="System.Data.SqlClient"

That's it...
 

 



 
New Post
4/22/2009 12:03 PM
 

Josh Haggin wrote
 

i was thinking of placing the install on the SQL server. and point IIS to the shared folders.

Don't.  Accessing SQL remotely is easy and normal, and has nothing to do with DNN.  The datasource in your connection string has to point to the SQL server, IP address is easiest since you don't need name resolution.  If you run SQL on a non-standard port (if you're asking this then you don't), you have to include the port as well.  If the data passes through a firewall, then you need to open the proper port in the firewall as well.

Jeff

 
New Post
4/22/2009 3:17 PM
 

one thing i should point out. the IBM x335 have only 2x 36GB SCSIs in a RAID1. i never had any intention of storing any data locally. nor do i have the space for it. there is plenty of juice (dual xeons, 2-4GB of RAM) on each one. but these are pizza boxes.

now i do have a NAS with bound GB NICs. and all the x335 have them as well. they are on their own LAN as well. regular network traffic runs off a 3rd GB NIC in each server. the SQL server is currently setup using the NAS for all DB storage. this is another reason why i thought of pointing the [new] IIS server box at the SQL server's storage space. but from the looks of it, that is not a recommended path.

i guess my next path is for a DAS with eSATA and a PCI eSATA card in the IIS server box. how about that route for now. until our SAN is built, still 8 months away from being completely implemented. at that point all data storage will be in the SAN. and those speeds will reach 4GB transfer speed.

 

yay, nay?

 
New Post
4/22/2009 6:46 PM
 

36 GB shall be enough for both servers: database needs to be backed up freequently to truncate transaction log and web server needs to erease frequently site visits - in this case, they both can easily serve a number of larger web sites (except you are going to stream your video collection).


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...IIS & sql server on seperate serversIIS & sql server on seperate servers


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out