At what point in the ASP.NET page/app life-cycle should I redirect a user based on his country? -


We have a web app where we can redirect customers from .com to is required. Co.uk domain based on the geographical location of IOP When / I should do this?

The content will change slightly depending on their location, but I think I can fix it. However, if anyone has the best way to handle it, then I would like to hear those comments too.

I will use an HTTP module, it is the most preliminary location for redirection.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -