[Mono-list] XSP error
Gonzalo Paniagua Javier
gonzalo@ximian.com
10 Dec 2002 19:47:43 +0100
El mar, 10-12-2002 a las 19:27, Miguel de Icaza escribió:
> Mhm, the code could use some better error reporting. But basically, you
> have to provide an .aspx file, like Dan pointed out:
>
> http://localhost:8080/index.aspx
The output (telnet localhost 8080 and then GET /) is this:
<html>
<title>File does not exist</title><body><h1>Error</h1>
<pre>System.Web.HttpException: File does not exist
in <0x000c4> 00 System.Web.StaticFileHandler:ProcessRequest
(System.Web.HttpContext)
in <0x00193> 00 .ExecuteHandlerState:Execute ()
in <0x0005e> 00 .StateMachine:ExecuteState
(IStateHandler,bool&)
</pre></body>
</html>
-Gonzalo