Re: Server.Transfer
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Tue, 12 Sep 2006 13:37:34 -0400
re:
Can I user Server.Transfer between two different web sites on the same server? And pass data via
the Context object?
Andrew,
No. The source and target pages must be in the same Web application if you use Server.Transfer.
If you want to send the user to a different application, use Response.Redirect.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Andrew Robinson" <nemoby@xxxxxxxxxxxxx> wrote in message
news:%23wErYfo1GHA.2516@xxxxxxxxxxxxxxxxxxxxxxx
Quick question....
Can I user Server.Transfer between two different web sites on the same server? And pass data via
the Context object?
--
Andrew Robinson
.
- Follow-Ups:
- Re: Server.Transfer
- From: Steven Cheng[MSFT]
- Re: Server.Transfer
- References:
- Server.Transfer
- From: Andrew Robinson
- Server.Transfer
- Prev by Date: Re: custom session management using Oracle in web garden scenario
- Next by Date: Re: Our postbacks died in IE? Work fine in Firefox!?
- Previous by thread: Server.Transfer
- Next by thread: Re: Server.Transfer
- Index(es):
Relevant Pages
|