[Mono-list] Server.Transfer: Is this a bug ?

Robert Jordan robertj at gmx.net
Tue Nov 6 03:56:09 EST 2007


Hi,

laas wrote:
> Hi all,
> in many cases (always) my asp.net 2 application does not run when
> usign the following synatx in order to transfer the flow from a page
> to another (as described here
> http://www.laas02.org/article/view_article/20) :
> 
> Server.Transfer("test.aspx");
> 
> The solution is to use the overloaded method:
> 
> Server.Transfer("test.aspx", true);
> 
> in order to preserve, during the transfer, the Form collection.
> 
> It seems very strange because in the first case the second parameter
> should be implicitly "true".

please file a bug at http://www.mono-project.com/Bugs.

Robert



More information about the Mono-list mailing list