My setup is like so:
Dev Machine: XP Pro, VS.NET, SQL Server 2005
Server: Server 2003, SQL Server 2005
Two days ago, I had fully functioning replicated DNN sites. One on my DEV machine connected to a test database on the remote SQL Server, and one on my live web server, connected to the live database. The databases essentailly contained identical data, but I am nervous about creating an error I can't solve, so I have two dbs.
Then for seemingly no reason, the DEV version image link broke, and all items on SOLPART menu were duplicated (each appeared twice).
If I switch PortalAlias value in the test site db to the live site url, all works fine. If I switch it back to 'MyDEVMachineIP\app_name' I get broken and duplicated links again.
I have tried copying the live db and changing the Portal Alias value, I have tried creating a new db and running the install.aspx file and then import the data from the live db, and nothing works.
Also, if I have the dev site running so that the links are broken or duplicated, no login work anymore. Neuther host nor admin, and, if I click 'Send Password', I get 'There was a problem retrieving the username. Password was not sent'
Oh, if I try to simplify, and just copy the live, working db, and point the DEV site to the copy, and edite the portal alias to my local machine, I get
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept
cookies.
Any ideas?