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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
