Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-05 Thread Ilya Kharmatsky
Hi, Simon! I want just clarify the status of FormsAuthentication - see already fixed bug: http://bugzilla.ximian.com/show_bug.cgi?id=73545 which should resolve this issue. Thanks, Ilya. simon wrote: Ive recently successfully ported an ASP.Net application from MS .net to mono-1.1.4. This applic

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-05 Thread simon
I read that post after some playing around and changed persistent to true which solved some issues. The other issue I was having was that when i set a cookie other that the auth cookie that my auth cookie disappeared! Im not sure if this is a bug or not, it would take some testing to determine

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-06 Thread Miguel de Icaza
Hello, > - problems with libraries compiled under MS .net framework not being > compatable with those compiled under mono. I am not sure what the > expected compability between things compiled under mono and MS are but > ive found that if you can get the source for something, try and compile

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Hubert FONGARNAND
We've follow the same approach with porting ASP.NET application from MS.NET to Mono 1.16... The application is a CRM (customer Relationship Management) application. It use Webservices (to talk to an active directory server) and an oracle Database. The application used some 3rd party library too.

RE: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Dan Maltes
lto:[EMAIL PROTECTED] On Behalf Of Hubert FONGARNAND Sent: Thursday, April 07, 2005 10:59 AM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4 We've follow the same approach with porting ASP.NET application from MS.NET to M

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-05 at 19:33 +1000, simon wrote: > Ive recently successfully ported an ASP.Net application from MS .net to > mono-1.1.4. > > This application was approximately 250-300 days development, is > currently deployed and in production on windows server 2003, has 2 > external interfaces

Re: [Mono-list] successful port of MS .net application to linux/apache/mono1.1.4

2005-04-07 Thread Gonzalo Paniagua Javier
On Tue, 2005-04-05 at 21:50 +1000, simon wrote: > The other issue I was having was that when i set a cookie other that the > auth cookie that my auth cookie disappeared! Im not sure if this is a > bug or not, it would take some testing to determine. I deemed at the > time it was easier to rem