I cannot see host pages but I can see admin pages. Please help.
Details of my situation are below:
- I have migrated my DNN 5.06.01 site from production to local.
- I hooked it up in IIS 7 to http://localhost:8081/.
- Because I could not initially see the site, I needed to manually add the portal aliases in the sql db.
- I have added “localhost:8081”, “https://localhost:8081” and “http://192.168.4.47” to my portal aliases table.
- The site is running a certificate on the production server (I mention this to ask if there is anything that needs to be done locally to the setting / web.config).
Let me know if there’s anything else you need to know in order to make some determination.
Try to “unsecure” your tabs with this:
update tabs
set IsSecure = 0
This will switch SSL off on ALL your pages, including host pages.