ASP not working

Status
Not open for further replies.

sfxiris

New Member
Messages
2
Reaction score
0
Points
0
All *.asp files can not work in happiness.x10.mx. Please check file test.asp, and thanks.
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
asp is not supported on x10 hosting.
ASP.net IS supported
ASP.net is run under mono on a linux server, so there are some considerations you need to keep in mind.
.net 2.0 is fully supported, have not tested 3.5 or 4, though technically those should be supported, since the mono version is 2.6
filenames are case sensitive under linux, so default.aspx.cs is not the same as Default.aspx.cs
Use forward-slash /////// when accessing stuff(IE: File.ReadAllLines("./data/SomeDirectories/MoreStuff/someData.xml"))
Otherwise your scripts should work.

Here is a tutorial: http://x10hosting.com/forums/tutorials/102062-how-get-asp-net-work-x10hosting.html

Read my last post in the tutorial for a fix on an issue with it
 
Status
Not open for further replies.
Top