server.transfer | Response.Redirect |
does not send any message to the browser but rather redirects the user directly from the server itself | it sends message to the browser saying it to move to some different page. |
so in server .transfer there is no round trip | has round trip and hence put loads on server |
using server.transfer you can not redirect to different server example if your server is www.yahoo.com and cannot using server.transfer to move to www.microsoft.com | using response.redirect you can redirect to different server |
| |
| |
Saturday, July 5, 2014
Server.Transfer and Respone.Redirect
Subscribe to:
Post Comments (Atom)
Kubernetes
Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...
-
Super aggregates: Are used to calculate aggregates of aggregates There are two super aggregates functions Roll Up Cube When there is a singl...
-
SOLID principles allows object oriented programming implementation in an efficient better way into project development S-->Single R...
-
With this example you can create pdf and print pdf. If You are using ASP.NET MVC , PDF can be created by using Rotativa Rotativa is a ...
No comments:
Post a Comment
Thank you for visiting my blog