Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I am trying to get a DNN site that is running on a dev server to run locally. Here is what I have done:
1. Created a new IIS application
2. Downloaded all files from the dev server
3. Copied all files to the proper directory that IIS is pointing to.
4. Granted full control to the app pool
When I attempt to hit my url, http://localhost/mysite/Default.aspx, I keep receiving the DNN install screen. Is this correct? I would expect to see the home page for my site the same as I do when I hit the dev server. What am I doing wrong?