Upgraded Dev Version takes to production website than localhost

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
With the Production database backup and files I have upgraded to 4 folowing the steps.
Upgraded the database, Upgraded the plugins and updated all  files in the solution with the 4.0 version.
When starting the visual studio, IIS express is taking to the actual production website than going to http://localhost:15536/.
I can see http://localhost:15536/ that comes for a second and then loads the production site.
6 years ago
You must need to change url in store table. Production to localhost.

Then you must need to set SSL false in store table and setting as well. Setting name is securitysettings.forcesslforallpages

Thanks,
Jatin
6 years ago
forefront wrote:
You must need to change url in store table. Production to localhost.

Then you must need to set SSL false in store table and setting as well. Setting name is securitysettings.forcesslforallpages

Thanks,
Jatin


Thank you very much Jatin. Somehow I do not remember doing this in last upgrade and overlooked at this thinking could be something special with version 4.0.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.