|
Home > Archive > Commerce Server Solution Sites > February 2004 > How to stop locale redirect
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to stop locale redirect
|
|
| Ian Bretteville-Jense 2004-02-07, 9:39 am |
| I have set up retail 2002 in vs.net with cs02, and am
making headway with adjusting the design and content, as
well as limited success (so far) in importing data from
current shop site.
But... How do I stop the VS browser jumping to
localeselection.aspx when I try and view the site, or my
web browser after I've deleted my cookies. What config
file or cs setting do I change to sort this out. It is
driving me mad.
Regards
Brett
| |
| Max Akbar 2004-02-07, 9:39 am |
| This information is in the Application_BeginRequest. So if you look at the
Global.sax you will notice that it inherits CommerceApplication which is
located in Components project. The file that implements
Application_BeginRequest is Application.cs.
Good luck,
-Max
"Ian Bretteville-Jense" <homerjaysimpson99@hotmail.com> wrote in message
news:64c901c3e67f$459f9ff0$a101280a@phx.gbl...
> I have set up retail 2002 in vs.net with cs02, and am
> making headway with adjusting the design and content, as
> well as limited success (so far) in importing data from
> current shop site.
>
> But... How do I stop the VS browser jumping to
> localeselection.aspx when I try and view the site, or my
> web browser after I've deleted my cookies. What config
> file or cs setting do I change to sort this out. It is
> driving me mad.
>
> Regards
>
> Brett
|
|
|
|
|