After upgrading from DNN 5 to DNN 7 (ASP.net 2.0 to 4.0), my site was broken due to a number of issues... the most recent being a problem with an old skin and container. I updated them and they were quickly working.
BUt at the moment, the site is busted.
I use 5 different 'portals' on one domain, each portal using it's own skin... along with specific users for each portal... I plan on changing this but it will take several weeks to go through the logistics.
I have the following portals:
www.mydomain.com
www.mydomain.com/P1
www.mydomain.com/P2
www.mydomain.com/P3
www.mydomain.com/P4
Long story short is that site navigation urls that worked before the update, no longer work.
Accessing the DNN Admin page doesn't work, Logins, etc... they don't work. But if I turn friendly URLs off, those icons/buttons start to work again.
If I turn OFF friendly URLs in the host settings, things seem to work as expected (except, I have many hardlinks in content that map to friendly URLs that no longer work). It would take me a very long time to go through and fix these friendly URLs that no longer work, not something I want to do at this time. But the reality is, I want human friendly URLs like before:
Right now, they throw a 404 error with the URL like http://www.mydomain.com/P1/.aspx
Any ideas where I might be having the problems?