Greeting all,
I have the following situation. I have successfully cloned a live dnn site, to a local test machine. Everything was dandy. I did an upgrade(to 5.06.01 from 5.02.03) it went well(to prep for live site). Then I reverted back to dnn 5.02.03(used backuped files) and reverted back to a backup of the Database too.
So all child portals work. SO inputting localhost/portalname1 into the broswer works, localhost/portalnam2 works. The only thing that doesn't work is localhost/. It gives me the error:
--
Server Error in '/' Application.
Object reference not set to an instance of an object.
---
Which in my experience usually means a db issue. But the child portals work; I am able to login, do everything as usual.
So I clevered up and though to try
http://localhost/Login.aspx?ReturnU...fault.aspx
And that gives me an error of
--
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Login.aspx
---
But
http://localhost/anthemcc/Login.asp.../Home.aspx works. So i am really wondering what is up. I re-installed iis, and re installed asp.net, but not sure why everyting else works except the parent portal/page. Any suggestion out there would be truly appreciated.
That front page was working before.
Thanks all,