Differentiate between Server Transfer and Response
Redirect?
Answers were Sorted based on User's Feedback
Answer / srujana
Server Transfer :
1. To transfer page processing from one page directly to
the next page without making a round-trip back
to the client's browser we use Server Transfer .
2. Server Transfer provides a faster response with a little
less overhead on the server.
3. The clients url history list or current url is not
updated by the Server Transfer.
Response Redirect :
1. To redirect the user's browser to another page or site
Response.Redirect is used.
2. This performs a trip back to the client where the
client's browser is redirected to the new page.
3. The user's browser history list is updated to reflect
the new address.
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / lalit
Server Transfer can only redirect to the pages (URL)which
are available within that server and can carry the control
state while transferring.
Response Redirect allows you to transfer to the pages (URL)
which might or might not available in that web server. and
cannot carry the control state while transferring.
| Is This Answer Correct ? | 5 Yes | 1 No |
Explain the asp.net session state modes.
how to integrate Language conversion, without asking the enduser to download font, it should auto integrate
What a diffgram is, and a good use for one?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What is the parent class of all web server control?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
IN an ASP.NET Web application if there is any error, how can you debug?
A web service can only be written in .net? State whether true or false.
How does the XmlSerializer work? What ACL permissions does a process using it require?
What are skins?
What is strong name and which tool is used for this?
How to authenticate users using web.config ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)