Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > redirecting pages

Reply
Thread Tools

redirecting pages

 
 
Sergei
Guest
Posts: n/a
 
      10-26-2005
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
 
Reply With Quote
 
 
 
 
KMA
Guest
Posts: n/a
 
      10-26-2005
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" <> wrote in message
news:OFn$...
> 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



 
Reply With Quote
 
 
 
 
Karl Seguin
Guest
Posts: n/a
 
      10-26-2005
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" <> wrote in message
news:OFn$...
> 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



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
redirecting pages Sergei ASP .Net 2 10-26-2005 11:36 AM
Problem Redirecting Mobile ASP pages Martin ASP .Net Mobile 2 03-28-2005 03:53 PM
help in redirecting asp pages on a page using frames quitaxe ASP General 2 05-17-2004 02:58 PM
Problem redirecting to pages when SmartNavigation is active. Why? Peter Rilling ASP .Net 1 04-25-2004 01:52 PM
Four ASP.NET Pages in Frames Vs. One ASP.NET Pages Manish ASP .Net 1 11-17-2003 05:56 PM



Advertisments
 



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