asp.netmonoarmraspberry-pixsp

Hosting asp.net on mono xsp - raspberry pi


I'm trying to run the sample application that comes with xsp package on my Raspberry Pi (running arch linux), but unfortunately apparently the connection is closed before any http response is sent to the browser. I get on chrome the "NO DATA RECEIVED" message.

xsp however just outputs "Application_Start" and nothing else happens (other than chrome saying no data received)

Here's what I do:

$ xsp2
xsp2
Listening on address: 0.0.0.0
Root directory: /srv/http/test
Listening on port: 8080 (non-secure)
Hit Return to stop the server.
Application_Start

And Chrome's output:

No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this webpage later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

Of course on my Linux PC box it runs fine.

If anyone got any insights other than I'm trying to take too much out of my $35 board, let me know?


Solution

  • For the information of whoever visits this page:

    Hopefully this helps! =]