[Mono-list] XSP problem

Gonzalo Paniagua Javier gonzalo@gnome-db.org
Tue, 4 Jun 2002 04:14:41 +0200


* [ Guenther Roith <groith@tcrz.net>
* Mon, 03 Jun 2002 20:52:52 +0200 ]
> When using XSP it doen't display a web page.
> I looked at the output directory and it seems this is because the Debug
> files are loked.
> This can easiely be fixed by removing the /debug swiches, but then it hangs,
> because the dll-file itself is locked.
> 
> What can be done about this?

The xsp/src/HttpServer/README says something about this in a paragraph
starting with "IMPORTANT".

In real world, the dll should be loaded in an AppDomain and after the
page is rendered, unload the AppDomain. This would unlock the dll.

By now, that server is intented for debugging xsp and System.Web, so
whoever use it, should kill the server and start it again for each .aspx
file tested.

-- 
Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
http://www.gnome-db.org/~gonzalo/