{"id":77,"date":"2014-05-22T20:12:00","date_gmt":"2014-05-22T19:12:00","guid":{"rendered":"https:\/\/debuggersspace.com\/index.php\/2014\/05\/22\/difference-between-response-redirect-and-server-transfer\/"},"modified":"2014-05-22T20:12:00","modified_gmt":"2014-05-22T19:12:00","slug":"difference-between-response-redirect-and-server-transfer","status":"publish","type":"post","link":"https:\/\/debuggersspace.com\/index.php\/2014\/05\/22\/difference-between-response-redirect-and-server-transfer\/","title":{"rendered":"Difference between Response.Redirect and Server.Transfer?"},"content":{"rendered":"<div class='booster-block booster-read-block'>\n                <div class=\"twp-read-time\">\n                \t<i class=\"booster-icon twp-clock\"><\/i> <span>Read Time:<\/span>1 Minute, 1 Second                <\/div>\n\n            <\/div><div dir=\"ltr\" style=\"text-align: left;\">\n<div style=\"background-color: white; color: #111111;\">\n<div style=\"color: #333333; font-family: Roboto, sans-serif; font-size: 14px; line-height: 21px; outline: none 0px;\">\n<strong style=\"outline: none 0px;\">Response.Redirect<\/strong><\/div>\n<div style=\"color: #333333; font-family: Roboto, sans-serif; font-size: 14px; line-height: 21px; outline: none 0px;\">\n<ul style=\"outline: none 0px;\">\n<li style=\"outline: none 0px;\">The page is redirected permanently.<\/li>\n<li style=\"outline: none 0px;\">Used to navigate within the same application as well as navigating from one application to another application.<\/li>\n<li style=\"outline: none 0px;\">The URL is changed because the processing of the second page is done on the second page, not on the first page from where we redirected.<\/li>\n<li style=\"outline: none 0px;\">We can bookmark the page because the full address is shown in a browser URL.<\/li>\n<li style=\"outline: none 0px;\">An extra round trip happens to the server.<\/li>\n<li style=\"outline: none 0px;\">It is used in HTML, ASP and ASP.Net pages to navigate from one page to another.<\/li>\n<\/ul>\n<div style=\"outline: none 0px;\">\n<strong style=\"outline: none 0px;\">Server.Transfer<\/strong><\/div>\n<div style=\"outline: none 0px;\">\n<ul style=\"outline: none 0px;\">\n<li style=\"outline: none 0px;\">The Page is not redirected permanently.<\/li>\n<li style=\"outline: none 0px;\">Used to navigate within the same application, not outside of an application.<\/li>\n<li style=\"outline: none 0px;\">The URL is changed because the processing of the second page is done on the same page, without navigating on the second page.<\/li>\n<li style=\"outline: none 0px;\">We cannot bookmark the page because the full address is not shown in a browser URL.<\/li>\n<li style=\"outline: none 0px;\">An extra round trip does not happen to the server; because of this it saves server resources.<\/li>\n<li style=\"outline: none 0px;\">It is only used to navigate within an ASP or ASP.Net page, not within HTML pages.<\/li>\n<\/ul>\n<div>\n<a href=\"http:\/\/www.codeproject.com\/Articles\/775221\/Server-Transfer-VS-Response-Redirect-Simplified\" target=\"_blank\" rel=\"noopener\">http:\/\/www.codeproject.com\/Articles\/775221\/Server-Transfer-VS-Response-Redirect-Simplified<\/a><\/div>\n<div>\n<\/div>\n<div>\n<a href=\"https:\/\/www.facebook.com\/photo.php?v=762186150488997\" target=\"_blank\" rel=\"noopener\">https:\/\/www.facebook.com\/photo.php?v=762186150488997<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Response.Redirect The page is redirected permanently. Used to navigate within the same application as well as navigating from one application to another application. The URL is changed because the processing of the second page is done on the second page, not on the first page from where we redirected. We can bookmark the page because [&hellip;]<\/p>\n","protected":false},"author":43,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[23],"tags":[],"class_list":["post-77","post","type-post","status-publish","format-standard","hentry","category-asp-net"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Himanshu Namdeo","author_link":"https:\/\/debuggersspace.com\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Response.Redirect The page is redirected permanently. Used to navigate within the same application as well as navigating from one application to another application. The URL is changed because the processing of the second page is done on the second page, not on the first page from where we redirected. We can bookmark the page because&hellip;","_links":{"self":[{"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/posts\/77"}],"collection":[{"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/users\/43"}],"replies":[{"embeddable":true,"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/comments?post=77"}],"version-history":[{"count":0,"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/posts\/77\/revisions"}],"wp:attachment":[{"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/media?parent=77"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/categories?post=77"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/debuggersspace.com\/index.php\/wp-json\/wp\/v2\/tags?post=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}