[Mono-devel-list] Almost got ASP.NET running but...
Gaurav Vaish
gvaish at adobe.com
Sat Jun 14 01:17:45 EDT 2003
Hi Roland,
Please post the error that you get, if at all, on the server console.
The Apache is not interfering, since the 'listening' has started.
Also, try the following (in bold) on a new console and post the results:
---------------------------------------
$ telnet my_IP 666
Trying <my_IP>...
Connected to my_IP.
Escape character is '^]'.
GET /page.aspx HTTP/1.0
<another return key>
<the results>
Connection closed by foreign host.
---------------------------------------
Post the contents of the <the results>. Everything in courier font is what you get. Everything in bold is what you type.
Cheers,
Jee-Wee
http://gvaish.virtualave.net
--------------------------------
----- Original Message -----
From: Roland Troisch
To: mono-devel
Sent: Saturday, June 14, 2003 03:42
Subject: [Mono-devel-list] Almost got ASP.NET running but...
I'm secure shelled into my redhat 9 box.I go into the xsp/server/test dir and run
mono ./server.exe --port 666 --address 255.255.255.255
substituting my ip address for 255.255.255.255
it says
Listening on port: 666
Listening on address: 192.168.1.99
Root directory: /root/install/xsp/server/test
Virtual directory: /
But I get a "Page cannot be displayed" error when I browse to http://(my IP):666/index.aspx.could it be because apache's running or something?
- rt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030614/0a0127d7/attachment.html
More information about the Mono-devel-list
mailing list