Frequently Asked Interview Questions
What is the difference between Response.Redirect and Server.Transfer?
ASP.NET FAQS
Page Navigation FAQS >>
2. What is the difference between Response.Redirect and Server.Transfer?
Server.Transfer
Response.Redirect
Redirection happens on the server
Redirect the redirection happens from the browser
This is faster as there is no round trip involved
It is slower than Server.Transfer as there is round trip from the server to the client browser.
It works only with .aspx files
It works with .aspx and .Htm pages
Server.Transfer will work with files on the same web server and we can not use this to transfer other server or site.
Response.Redirect will work with files on the same web server and other server or site
ASP.NET FAQS
Page Navigation FAQS >>
Newer Post
Older Post
Home
Most Visited Pages
Policy Server Failover, Load Balancing and Clustering
Overview Agent to Policy Server Failover Dynamic Load Balancing Policy Server Clustering Exercise 1: Policy Server Failover Exercise 2: Mult...
Policy Server Failover
Exercise 1 : Policy Server Failover In this exercise, you and a partner will configure your systems for policy server failover. You will cha...
Unable to process SMSESSION cookie
Unable to process SMSESSION cookie warning in siteminder webagent logs We could see this warning in siteminder web agent logs. user tries ...
Policy Server Clustering
A cluster is a set of servers with dynamic load balancing. Load is dynamically distributed among the servers in a cluster. Trusted hosts can...
Interview questions on Abstract Class and Interface
Interview questions on Abstract Class and Interface 1. What is an Abstract Class? Abstract class is a class that can not be instantiated. Th...
Validation Controls in Asp.Net
Validation Controls: We can add validation controls to asp.net pages to validate user input based on validation criteria. ASP.NET Validation...
CSharp DotNet Interview Questions and Answers Part-3
<< PREV NEXT >> 21. What debugging tools come with the .NET SDK? CorDBG – command-line debugger, and DbgCLR – graphic debugger....
Siteminder Failover and Load Balancing
Objective: Upon completion of this module, you will be able to implement various failover and load balancing strategies for Agent to policy ...
Interview Questions on ViewState
FAQS on ASP.NET StateManagement << State Management ViewState >> 1. Can the HTML controls retain state across postbacks? No 2. C...
Interview Questions on ViewState ASP.NET
FAQS on ViewState Page 2 << PREV 11. Can you programmatically store and retrieve data from ViewState? Yes , In Asp.Net you can store a...
Home
|
Site Index
|
Contact Us