Re: server transfer to another site
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Wed, 01 Mar 2006 05:49:15 GMT
Hi Barry,
As for Server.Transfer, it can only work within a single ASP.NET
application but not across mutiple application or server bounary. Also,
session State is also not able to share between multiple applications. In
ASP.NET 2.0, there does provides interfaces for us to create customized
session storage provider(customzied session state httpmodule), however
that'll require quite complex work:
#Implementing a Session-State Store Provider
http://msdn2.microsoft.com/en-us/library(d=robot)/ms178587.aspx
BTW, if your applications are using ASP.NET forms Authentication and want
to share the forms authentication's autentication ticket(cookie based)
across multiple applications, you can have a look at the following
reference:
#How To Share Authentication Cookies across ASP.NET V1.1 and ASP.NET V2.0
Applications
http://weblogs.asp.net/scottgu/archive/2005/12/10/432851.aspx
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- Follow-Ups:
- Re: server transfer to another site
- From: barryfz
- Re: server transfer to another site
- Prev by Date: Ecommerce Server Requires Daily Reboot
- Next by Date: Re: Total newbie - form redirect using runat="server" - please help
- Previous by thread: Ecommerce Server Requires Daily Reboot
- Next by thread: Re: server transfer to another site
- Index(es):
Relevant Pages
|