Hi.
Is it possible to add a script in web.config that redirects every page to www.
F.x:
http://domain.com -> http://www.domain.com
http://domain.com/test.aspx -> http://www.domain.com/test.aspx
http://domain.com/page/test.aspx?ID=3 -> http://www.domain.com/page/test.aspx?ID=3
I have implemented
http://urlrewriter.net/ in my project, dosen´t know if it can help.