I have asp.net application. and I have created mobile version of it which is separate IIS application.
Example:
http://sitename.com and mobile version is http://m.sitename.com
What page redirect better to use? Response.Redirect(http://m.sitename.com); or is there better way?
I want to make sure this redirect won’t effect the site SEO
definitely you must use the non permanent redirect, 302.
also as
you can also read : http://www.dotnetperls.com/redirect