[Mono-list] System.Web.IHttpModule support test case

Shawn Vose mono@programmerforrent.com
Tue, 07 Dec 2004 10:18:33 -0500


Gonzalo,
    Very sweet. I will check the version I am running of mono. I grabbed 
the latest mono off of the site but I did not grab it from cvs. Are you 
suggesting that I grab the latest mono from cvs or should rc 1.04 be 
sufficient? Even though I compiled from source there may be an older 
version on the machine that I didn't clean up.

Many thanks for your efforts,
Shawn

Gonzalo Paniagua Javier wrote:

>On Mon, 2004-12-06 at 19:50 -0500, Shawn Vose wrote:
>  
>
>>I believe it was Gonzolo who responded to my question about 
>>System.Web.IHttpModule support in mono. Attached is a zip file of the 
>>project. it is not large. Please let me know if you need anything else.
>>    
>>
>
>Hi Shaun ;-).
>
>I unzipped your file, run xsp in the directory and then
>http://127.0.0.1:8080/index.aspx gives me an empty page which is in fact
>seoHandler.aspx.
>
>To test further, I added a Console.WriteLine in the Init method of the
>module and right before rewriting the request. I also added some text to
>seoHandler.aspx. The output in xsp is now:
>----
>Hit Return to stop the server.
>En Init
>rewriting /index.aspx to /seoHandler.aspx
>----
>
>And in the browser I get
>----
>Hey there. This is seoHandler.aspx.
>----
>
>So everything seems to work. May be you're using an old version of mono
>and/or class libraries/xsp?
>
>-Gonzalo
>
>
>_______________________________________________
>Mono-list maillist  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>  
>