We'd like to create a simple 'friendly url' on a site that Response.Redirects to the actual ugly url. Will this impact Google analytics at all?
example: /somepage redirects to /index.aspx?someuglyquerystring
Thanks.
Edit
And further to that, I'm assuming that Server.Transfer would be ok here? I did run into a gotcha in trying this - because I'm redirecting to a page that uses a master page, I had to change all of the ~ based links to absolute links, otherwise I got the nice and cryptic:
Cannot use a leading .. to exit above the top directory.