Re: server transfer to another site

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.)









.



Relevant Pages

  • Re: server transfer to another site
    ... application but not across mutiple application or server bounary. ... session State is also not able to share between multiple applications. ... #How To Share Authentication Cookies across ASP.NET V1.1 and ASP.NET V2.0 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: server transfer to another site
    ... session State is also not able to share between multiple applications. ... that'll require quite complex work: ... #How To Share Authentication Cookies across ASP.NET V1.1 and ASP.NET V2.0 ...
    (microsoft.public.dotnet.framework.aspnet)