I have made a DNN 4 site that is successfully running on my localhost with a local SQL 2005 Express.
I have used the template from the StarterKit and the instructions made for this proces.
Now I want to distribute it to my webhotel also running SQL 2005 Express.
- I make a Publish WebSite to a local precompiled version, which I then copy to the root of my wenhotel using FTP.
- Then I copy the structure an content of my local Database to the one on my webhotel (Using RedGate SQL Compare)
- Next I change the two Connectionstring in Web.Config to connect to the new database.
At first it seemed to work, but now when I hit the site at the webhotel it makes a Redirect to my local version.
Why is that, and what am I doing wrong here ??