Re: [Mono-list] Question: Mono Apache and SSL

2004-08-19 Thread Igor Georgiev
Hi, Have anybody tested Mono with Apache and SSL (mod_ssl)? does it run? Thanks. eric Yes i'm running apache 2.50 with mono 1.0.1 and ssl it works --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.740 / Virus

Re: [Mono-list] Question: Mono Apache and SSL

2004-08-19 Thread Igor Georgiev
SSL works fine without Mono. but I can't run my Mono pages with https. The problem may be in the httpd.conf file. LoadModule mono_module modules/libmod_mono.so Alias /demo /var/www/mono/ MonoApplications /demo:/var/www/mono/ Directory /var/www/mono/ SetHandler mono

[Mono-list] IE web controls stop working after upgrade to 1.0.1 / cvs

2004-08-05 Thread Igor Georgiev
IE web controls stop working after upgrade to 1.0.1 or build from cvs. Tabstrip and multipage stop working, they work fine in 1.0, and cvs build aproximately 2 weeks ago I was on vacation and just come back look for some bug fixes and upgrade mono, so i can't provide more info sorry. ---

Re: [Mono-list] Mono: Post 1.0 plans and development update.

2004-07-15 Thread Igor Georgiev
Paulo Aboim Pinto wrote: I use mono essencially to make WebApplications, and i can't seen new good features in that area. Most importanat feature for ASP.NET in my opinion is 2.0's Client Callback Feature. For example the XSP sucks. We cannot use this kind of server in a production

[Mono-list] Request.IsSecureConnection Request.Url.AbsoluteUri strange behavior

2004-07-15 Thread Igor Georgiev
Request.IsSecureConnection always return FALSE !!! public sealed class HttpRequest { . private HttpWorkerRequest _WorkerRequest; . public bool IsSecureConnection { get { if (null != _WorkerRequest) { return

[Mono-list] mod_mono strange behavior

2004-07-14 Thread Igor Georgiev
Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.7 mod_mono/1.0 mod_mono builded from cvs (present time Wed Jul 14 11:18:52 EEST 2004) --- from httpd.conf MonoUnixSocket /tmp/mono/mod_mono_server MonoRunXSP True MonoExecutablePath /usr/local/mono/bin/mono MonoPath

[Mono-list] anyone got DbDataAdapter.Fill Method work?

2004-07-13 Thread Igor Georgiev
anyone got DbDataAdapter.Fill Method work? I need to deploy working .NET web application to apache/xsp/mono, but unfortunately i always get an empty dataset :(( ExecuteScalar ExecuteReader works for me, so as a last resort i'll rewrite the data access components to fill dataset by hand :((( I

Re: [Mono-list] anyone got bDataAdapter.Fill Method work?

2004-07-13 Thread Igor Georgiev
- Original Message - From: S Umadevi [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 7:59 AM Subject: Re: [Mono-list] anyone got bDataAdapter.Fill Method work? Hi Denis/Igor Also can you send me the the database table

Re: [Mono-list] mod_mono 1 in FC2 not working on Apache 2.0.49

2004-07-13 Thread Igor Georgiev
i have a similar problems with mod_mono apache 2.50 after digging the logs my conclusion is : mod-mono-server.exe dont create socket when started from apache from httpd.conf MonoUnixSocket /tmp/mono/mod_mono_server MonoRunXSP True MonoExecutablePath /usr/local/mono/bin/mono

[Mono-list] anyone got bDataAdapter.Fill Method work?

2004-07-12 Thread Igor Georgiev
anyone got DbDataAdapter.Fill Method work? I need to deploy working .NET web application to apache/xsp/mono, but unfortunately i always get an empty dataset :(( ExecuteScalar ExecuteReader works for me, so as a last resort i'll rewrite the data access components to fill dataset by hand :((( I