Hi.
I'm developing an intranet for my company and i'm having some problems installing DNN.
I've tried following the steps in the DotNetNuke Installation Guide.pdf and i've tried the source/install package and the starter kit package.
After a few setbacks, i manage to get the connection string in the web.config properly configurated and i created a virtual directory using IIS which points to the Website files located in my local drive.
So i have a virtual directory (localhost:/dotnnetnuke_2) which points to c:\dnnintranet
I can install the site and work with it just fine - which leads me to think that the connection string is properly configured because it installed the database and i created a few pages/users added modules/etc tried new skins - all of this without problems.
I don't know if it is relevant but the database is stored on a server (not locally),
Now i need to upload the files to a server (ftp), but when i access the domain, it redirects to (localhost:/dotnnetnuke_2). I already added the URL (tried both without and with the /subfolder) to the HTTP alias and it doesn't fix it.
I did something along these lines:
1. Download DNN Source Package
2. rename release.config to web.config
3. configure the connection string (in both places)
4. Set the folder permissions so i can access the site using a browser
5. Open 'DotNetNuke.sln' in visual studio
6. View site in browser (using Visual Studio) - the site then installs the database scripts/etc.
7. Publish the site in c:\dnnintracom
8.Copy c:\dnnintracom to a remote server (ftp)
I am doing something wrong?
I also have a few questions...
Do i need to upload to the server (ftp) the dnn website before running the dnn site for the first time (before installing the database scripts, etc.)?
Do i work directly on the site that points to the remote server? or i work with it locally and have to upload it again with each change?
Do i need to publish the web site (using visual studio) directly to the remove server? or locally and then copy the files to the remote server?
If i don't publish, is it safe to copy the dnn site to the remote server/is the data unencrypted?
Feel free to ask me for more information if i didn't provide it and you think its relevant.
Thank you for your time and help.
Tiago Costa