Redirects to webshopurl (live site) when I try to run locally


https://forum.kartris.com/Topic2681.aspx
Print Topic | Close Window

By bpaluch - Wed 18 Dec 2013
Hi, it first starts at my localhost (at least first time, for a moment), but then it redirects to my live website.

I need to run/debug locally in order to implement my customizations for this website!

Tried putting breakpoints, but it ignores them and redirects before hitting them -

Please advise!

This is the latest version of Kartris, v2.5008

Thanks,

B. Paluch
By Neil - Wed 18 Dec 2013
You probably need to update the webshop url in the config table.
By bpaluch - Wed 18 Dec 2013
I had to go into BasePageClass.vb and comment out some checks that redirect to webshopurl. That did it.