asp.net

Status
Not open for further replies.

bomb jack

New Member
Messages
1
Reaction score
0
Points
0
Hello.

How to work with ASP.NET?
It seems that I can not use default.aspx or index.aspx, but it's mentioned on the free hosting features page.

Can I work around?

Thank you.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
*** Moving to free hosting ***
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
asp.net is supported.
You may need to add 'DirectoryIndex default.aspx' to your .htaccess to get it to work
ASP.NET is supported via Mono, running on linux, so you need to take this into consideration. Example: with Linux, files are case sensitive, so under windows, default.aspx and Default.aspx are the same file, while under Linux they would be 2 separate files.
Currently .NET 2.0 is whats supported(3.5 and 4 MAY work because the mono version is 2.6, but no guarantees)
 
Last edited:
Status
Not open for further replies.
Top