Hi, there,
I inherited a project that works well when the website uses the domain https://localdev.mysite.com/
I would like to change this so that I can develop from http://localhost:7001
So I made a copy of the database, and I tried to change this value in the Site Configuration area. For some reason that wouldn't take, so I made a change directly in the database, changing EPiServer.Web.HostDefinition's value in tblBigTable.
So I can start the project, but the rest of the site seems flacky. The one problem that I have been running into is that I can't access the Cms area to make edits.
What are the proper changes that I should do so that I can change the expected host and for the site to behave correctly?