[Mono-docs-list] aspx monodoc beginnings

Philippe Desaulniers philippe.desaulniers@averna.ca
Thu, 10 Jul 2003 15:19:49 -0400


Hello,

> Now, another idea, is: since we are using .aspx, why not directly
> "link" monodoc, instead of spawning it?  That way we could avoid
> completely the security issues around a url containing characters that
> might be escaped by the shell.
> 
> Just use "browser.exe" as an assembly to link with.

The --www option mainly served the purpose of letting me demonstrate
quickly what could be done, given my currently very limited knowledge 
of ASP.NET. 

Using the code directly in the assembly really seems like the way to 
go, I believe the WwwGenerator class I submitted can be used relatively
easily to achieve that (although I couldn't tell you exactly how to do it 
at the moment :)).

'later

phil