By James Jegers on
7/23/2007
I am happy to finally have my DNN site up and running on my production web hosting provider, Brinkster. For those of you interested in hosting there I put together a list of items that need to be completed to get it to work.
Signup for their developer account. The basic and premium accounts do not give you SQL server, and DNN 4.0 needs SQL server.
Copy all of the DNN install files to Brinkster’s server. You can either install it to the root directory, or a sub directory. I chose the subdirectory option so that I can have other applications, or redirects in my root directory if I ever choose.
Make sure you update your web.config file with the correct SQL server information that you get from Brinkster. (You can find your SQL server name in Brinkster’s control panel)
Optionally, in the Web.Config file set the objectQualifier field to put a common tag on to each of the database items. This way to you share your database with other applications easier. (See the install instructions...
Read More »