Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   redirecting pages (http://www.velocityreviews.com/forums/t799896-redirecting-pages.html)

Sergei 10-26-2005 11:10 AM

redirecting pages
 
If you try this url

http://msdn.microsoft.com/library/en...raspdotnet.asp

you will lend at

http://msdn.microsoft.com/library/de...raspdotnet.asp

Can anybody explain the rational behind such a design?

Thanks in advance
Sergei

KMA 10-26-2005 11:29 AM

Re: redirecting pages
 
well there's many conceivable reasons. For example , you run a shopping site
and you want a "Todays special offer!" page, called TSOffer.aspx. The
product on offer changes, obviously, but you don't want to copy and paste
the details from the products area to TSOffer.aspx, so you just redirect. In
other words, you have a customer friendly URL which they can remember, which
redirects to a more suitable page. Or you want to go to different pages
based upon language settings (which are read at runtime) but you want to
advertise your start page as simply "Mysite.com", not "Mysite.com/fr".

And as for server.transfers, well they are just the cherry on the icing on
the cake. Or even a drop of errant chocolate, on the cherry on the icing
etc.

"Sergei" <sergei@nospam.summertime.mtu-net.ru> wrote in message
news:OFn$R3h2FHA.1276@TK2MSFTNGP09.phx.gbl...
> If you try this url
>
> http://msdn.microsoft.com/library/en...raspdotnet.asp
>
> you will lend at
>
>

http://msdn.microsoft.com/library/de...us/dnanchor/ht
ml/anchoraspdotnet.asp
>
> Can anybody explain the rational behind such a design?
>
> Thanks in advance
> Sergei




Karl Seguin 10-26-2005 11:36 AM

Re: redirecting pages
 
They changes the framework for how navigation works on their site and want
to keep old links still working? It's both a typical and good practice.

karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
http://openmymind.net/redirector.aspx?documentId=51 - Learn about AJAX!



"Sergei" <sergei@nospam.summertime.mtu-net.ru> wrote in message
news:OFn$R3h2FHA.1276@TK2MSFTNGP09.phx.gbl...
> If you try this url
>
> http://msdn.microsoft.com/library/en...raspdotnet.asp
>
> you will lend at
>
> http://msdn.microsoft.com/library/de...raspdotnet.asp
>
> Can anybody explain the rational behind such a design?
>
> Thanks in advance
> Sergei





All times are GMT. The time now is 05:19 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57