[Mono-aspnet-list] How hard is to use the 'System.Web.UI.Page' class directly?

Thiago Padilha tpadilha84 at gmail.com
Wed Jun 30 19:11:44 EDT 2010


  Hi,

  As an exercise to learning WCF, I'm going to write a simple web
server, and I was thinking if I could integrate some Asp.Net
functionality on it without using the
'System.Web.Hosting.ApplicationHost' class to process requests. I
don't care about Asp.Net Session or using any HttpModule, I just want
some basic page rendering.
  I have very little knowledge of Asp.Net internals and MSDN states
(http://msdn.microsoft.com/en-us/library/system.web.ui.page.processrequest.aspx)
that the 'ProcessRequest' method should not be called directly, but
since I'm using Mono BCL  I was hoping that I could render a Page by
just calling its 'ProcessRequest' method on my manually created
HttpContext object. Is this a simple thing to do or would it require a
lot of work to get done?

  Thanks.


More information about the Mono-aspnet-list mailing list