[MonoDevelop] [Mono-list] webservice debugging question

Danny dgortonii at gmail.com
Tue Nov 25 16:08:41 EST 2008


Isn't that what Cassini is?  I mangled that code some time ago to allow 
it to accept requests from non-local hosts and to serve out SVG.  It was 
a while ago, but I think I got it running on Mono, though don't hold me 
to that one.

I think this post has links to 3 versions of that sample web server:
http://blogs.msdn.com/dmitryr/archive/2006/03/09/548131.aspx

Also not sure about licensing issues; since I was only experimenting 
with it I didn't investigate too far.

Ben Joldersma wrote:
> I think that if there were a ASP.NET <http://ASP.NET> compatible web 
> server that ran entirely within on AppDomain (so you would need to 
> restart it each time your code changed), you could then debug ASP.NET 
> <http://ASP.NET>.
> 
> I would *love* to have this.  Been the one single hardest thing for me 
> since I switched over to mono 3 years ago.   I don't think it would be 
> too difficult to make this kind of a simple web server.  I've been 
> browsing through some code to get a feel for it.  I'm hoping to get a 
> first stab going over Thanksgiving break.  If anyone else knows how to 
> do this quickly and easily, and feels so inclined, that also would of 
> course be greatly appreciated.
> 
> best,
> 
> --
> ben joldersma
> software architect
> http://skullsquad.com
> [o]: 206.973.8003
> [c]: 206.349.2852
> 
> 
> On Mon, Nov 24, 2008 at 5:34 PM, Michael Hutchinson 
> <m.j.hutchinson at gmail.com <mailto:m.j.hutchinson at gmail.com>> wrote:
> 
>     On Fri, Nov 21, 2008 at 9:58 PM, Kris Ray <kray at landmarkdigital.com
>     <mailto:kray at landmarkdigital.com>> wrote:
>      >
>      > I have an apache / mod_mono based webservice. How do I attach the
>     debugger
>      > to the service while it is running in xsp2 or apache?
>      >
>      > I turn on the debug option in the apache config, but monodevelop
>     does not
>      > list the apache mono processes as options to attach to.
>      >
>      > I turn on debug mode on xsp2 and can attach to the process in
>     monodevelop,
>      > but i just get assembly code to step through.
>      >
>      > How do I need to do this?
> 
>     Sorry, the Mono debugger doesn't yet support ASP.NET
>     <http://ASP.NET> debugging, so it
>     isn't possible for us to add such support in MD.
> 
> 
>     --
>     Michael Hutchinson
>     http://mjhutchinson.com
>     _______________________________________________
>     Mono-list maillist  -  Mono-list at lists.ximian.com
>     <mailto:Mono-list at lists.ximian.com>
>     http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list


More information about the Monodevelop-list mailing list