archcommus wrote . . .I will give you any other information you need about my database or directory structure so I can give it a shot. But if you think I'm better off starting from scratch I am fine with that too, just so long as I know how to do it and I don't lose any important data/structures/etc.
archcommus --
You seem to have everything you need for transporting the old site into a new DNN structure. Now these sorts of transplants are rarely successful on the first try. This case is particular because of the huge transformation from DNN 2 to DNN {anything above 2}.
Nonetheless the goals are the same. You want to preserve the old structure and appearance (I assume) and integrate these into DNN 4.3.7 .
Here are the things I would do first -- they can save you a lot of trial and error time, later.
(1) Copy your entire bequeathed DNN file and folder structure into a single folder. Let's call that top folder SAFEKEEP. The folder SAFEKEEP will contain everything your client gave you, and will thus appear as a DNN structure always appears. So it would look like this:
SAFEKEEP
|
|----- yellow folder ADMIN (etc)
|
|----- yellow folder INSTALL (etc)
|
|----- yellow folders (all DNN folders, etc)
|
|-- web.config
|-- bunch of other files
(2) You may wish to send me the SAFEKEEP folder, via yousendit.c o m , to admin@commonmancomputing.com
(3) Make a copy of that .BAK file provided to you. Then put this .BAK file into its own folder, call that folder SAFEKEEP_DB .
(4) You may wish to send me this DB folder as well.
(5) Next, we will test this database's workability with the DNN 4.3.7 frame. Ignore and forget (for the time being) the previous file/folders provided to you by the client. We simply want to use the old database, with the new DNN 4.3.7 to see if they get along with each other.
(6) If you do not know about SQL Server 2005 Express database high-level usernames and authentication paths (used when creating a new instance of a database, before back-plugging and restoring the .BAK into it), then stop here, and let me know that.
(7) Otherwise you will proceed to obtain the DNN 4.3.7_Install folder. You'll unzip it into C:\TANGOROMEO (or whatever) and you'll use your IIS server to point to TANGOROMEO as a virtual directory. You'll edit the web.config file to access the restored database. Then you'll continue with normal DNN installation instructions, invoking the ?=install .aspx into action, and install DNN 4.3.7 .
Thanks,
Travis
(7)