[Mono-list] Problems getting mono to work :(

killercode alves_diogo at hotmail.com
Sat Nov 29 09:09:23 EST 2008


Greetings,

I've spent last night trying to putting the mono running smoothly on my web
server.

The scenario is as follows: It's a remote machine with centOs installed, I
have lot's of virtual hosts and I am using CPanel.

Well... I managed to put mono working only in specific accounts as I
desired, but there are some things that are not as I wished.

I am such a noob in this so let me see if I understood, to set MonoMaxMemory
and MonoMAxCPUTime it must be to a specific application?


1   LoadModule mono_module modules/mod_mono.so
2   Alias /jeanette "/home/jeanette/web"
3   AddMonoApplications jeanette "/jeanette:/home/jeanette/web"
4   MonoMaxMemory jeanette 200000000
5   MonoMaxCPUTime jeanette 3600
6   <Location /jeanette>
7       MonoSetServerAlias jeanette
8       SetHandler mono
9   </Location>


I can't do this for the whole server???

Other thing I noticed, I used a test page to test mono and it worked fine...
I developed then a webpage in asp.net (a simple one like hello world) and I
did publish, this way it will generate some dll, and web.config, etc
I just copied the result to my website and it says:

Server Error in '/' Application

--------------------------------------------------------------------------------

Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".


I tryed to put the web.config as it says but there was no way he could show
me something :(
I can't understand what is the error? does the mono suport dlls for
webpages? what is the problem?

Thanks for your attention but I'm getting desesperated

-- 
View this message in context: http://www.nabble.com/Problems-getting-mono-to-work-%3A%28-tp20747352p20747352.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list