user.config on mono

mojoPortal is no longer supported on mono. This forum is here for archival purposes.

This thread is closed to new posts. You must sign in to post in the forums.
1/25/2009 10:00:19 AM
Gravatar
Total Posts 38

user.config on mono

Hi,

user.config seems not working on mono. Even using

<appSettings file="user.config">

and setting a custom key in user.config like

<add key="PostgreSQLConnectionString" value="Server=[my-ip];Port=5432;Encoding=unicode;User Id=mojouser;Password=123;Database=mojoportal;Pooling=false;CommandTimeout=120;" />

I can see in Data/currentlog.config that mojoPortal is trying to connect to IP written in Web.config. Indeed, if I modify the Web.config PostgreSQLConnectionString key, I can correctly connect.

Is this a known issue?

Thanks,

LB

1/25/2009 10:28:34 AM
Gravatar
Total Posts 18439

Re: user.config on mono

Yes it was mentioned also on this thread. I believe it is already fixedin Mono svn so it will be fixed in the next Mono release.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.