[Mono-dev] HttpContext.Current.Handler wrong?
Matthijs Wensveen
m.wensveen at func.nl
Fri Nov 4 09:25:17 EST 2005
Hello,
I have just installed mono 1.1.9 and I'm trying to get a web
appplication to work that uses Context.Handler inside a
System.Web.UI.Page (System.Web.HttpContext.Current.Handler is the
same?). When I transfer control over to another page with
Server.Transfer("page2.aspx") the Context.Handler should remain the same
as the calling page (i.e. "page1_aspx").
On Microsoft's ASP.Net, this works alright, and I can read values from
the calling page. On Mono however, this does not work as the handler is
set to the called page ("page2_aspx").
I'm not 100% sure about the specified behaviour, but I do know that it
worked the same way as M$ ASP.Net in mono 1.0.9.
Is this a bug?
Thanks in advance,
--
Matthijs Wensveen
Func. Internet Integration
W http://www.func.nl
T +31 30 2109750
F +31 30 2109751
More information about the Mono-devel-list
mailing list