archcommus wrote . . .I have been given an existing site built on the DNN framework to modify, the only information I have at my disposal is the folders and files I have before me. I have already extracted it to a place on my hard drive and have created a virtual directory in IIS 5.1 pointing to it. Now I need to get the site actually up and running and DNN installed before I can begin modifying the site, and here is where I am confused. First, how can I find out what version of DNN this existing site was built on? Would this info be somewhere in the web.config file or elsewhere?
Second, I notice this directory I have been given does not have any "install" folder, so once I find out what version of DNN this is and adjust my web.config file, how do I actually install it? As of now when I browse to localhost/foldername all I see is a directory structure.
Thanks!
archcommus --
(a) Expand the file folder path: Providers\DataProviders\SqlDataProvider
There will be a file in here such as 04.00.02.SqlDataProvider . The version of your bequeathed DNN version will be those first six digits xx.yy.zz .
(b) You will need to obtain the Install file for the version of DNN which you are dealing with. Specifically what you are after is the \Install folder contained within that DotNetNuke install file. You can download older versions using this URL:
http://prdownloads.sourceforge.net/dnn/DotNetNuke_4.3.7_Install.zip?download
(replace 4.3.7 with 4.0.2 or 3.3.1 or whatever version you find your DNN to be.)
(c) Replace and/or add the \Install folder into your local copy of the DNN directory structure that you placed on your hard drive. As you seem to know, you will need to adjust your web.config file for your local database. Using your web server, browse to (sample)
http://localhost/bequeathedDNN/Install/Install.aspx?mode=Install
Let me know if you need any help.
Thanks,
Travis