could i use the begin request of Global.asax to redirect everything,
from mydomain.domain to www.mydomain.domain?
If this one is true, how can i do that?
could i use the begin request of Global.asax to redirect everything,
from mydomain.domain to www.mydomain.domain?
If this one is true, how can i do that?
A couple of minor changes to Jan's answer got it working for me:
Changes were to use the BeginRequest event and to set currentUrl to HttpContext.Current.Request.Url instead of HttpContext.Current.Request.Path. See:
http://www.mycsharpcorner.com/Post.aspx?postID=40