Does chopin server support asp.net?

Status
Not open for further replies.

marisb

New Member
Messages
2
Reaction score
0
Points
0
I keep getting 'HTTP 500 processing request error' when hosting aspx site, however with simple html everything is ok. Guess that's because of linux...
So is there anything I should configure in order for aspx to work or should i ask for server change?
 
Last edited:

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
No, all servers support ASP.NET equally. You're right, on Linux ASP.NET is not natively supported, however using MONO we can support ASP.NET. I don't remember exactly, but I thought MONO disables error output by default and you have to enable it in the config file. You might want to check out the MONO documentation:

http://www.mono-project.com/ASP.NET
 

lhyman

New Member
Messages
198
Reaction score
0
Points
0
Do a forum search. All the servers support ASP.NET, however you might have to do a bit of setting up. I remember a few days ago some users were discussing it in detail and they were able to get every thing to work.
 

marisb

New Member
Messages
2
Reaction score
0
Points
0
OK so I found out that I should add a couple of lines to .htaccess file. But looks like I've screwed everything up a little more by deleting that file. :rant2:So can anybody please post the default contents of that file?
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
Anything in the file by default isn't necessary for your site to run. However, it's a good idea to do this:

Code:
Options -Indexes

This will prevent people from viewing the contents of a folder with no index files
 

lhyman

New Member
Messages
198
Reaction score
0
Points
0
I think asp.net is not working due to server misconfiguration... I hope somebody from x10 can confirm this and give us clear (once and for all) instructions on how to use it.
 
Status
Not open for further replies.
Top