[Mono-list] mono fastcgi asp 2.0 session lost

David Temes dtemes at infoco.es
Wed Oct 31 12:18:03 EDT 2007


I am testing fastcgi-mono with an asp 2.0 app that uses forms based security, and every now and then the session seems to be lost so that i get redirected to the login page, also i had some problems getting jpg,css and other "plain" files, even after passing the auth process. I have corrected the latest problem avoiding using fastcgi for the mentioned file types, but I have no clue about how to troubleshoot the session lost problem and dig further into the root of the problem.

At first I though it was becouse I accidentally omitted the "max-procs" => 1 in the fastcgi configuration, but with just 1 process I get the same.

The application works as expected with apache/mod_mono or xsp2.

I am using last fastcgi form SVN, lighttpd 1.4.16 and mono 1.2.4 in a xen virtualized debian server running 2.6.16.38.xs3.2.0.531.3960 kernel

I have created a very basic set of files (auth form, web config, global.asax and a couple of aspx files) hoping to have similar results (and also to have material to file a bug) but this is not the case, this very basic app works well.

David Temes. 

----- Original Message ----- 
  From: Daniel Soto 
  To: J.S. Martin 
  Cc: mono-list at lists.ximian.com 
  Sent: Wednesday, October 31, 2007 3:16 PM
  Subject: Re: [Mono-list] MySQL Dlls


  There no are any problem using the connector .net of mysql on mono. The binaries of this connector are supported by mono, because it is written in C# natively.

  I'm using the version 5.0.8.1. I downloaded the zip binaries (not installer) and unzip in a directory. The binary MySql.Data.dll must be in the bin directory of your asp.net applicattion and execute gacutil -i to install in the gac. You also can compile with gmcs -r:MySql.Data.dll if you application is an executable.

  Regards.

   
  2007/10/30, J.S. Martin <josmar52789 at gmail.com>: 
    I wonder if I just used the Windows binary to install the connector - if I could just use the dlls from there... 

    _______________________________________________
    Mono-list maillist  -  Mono-list at lists.ximian.com
    http://lists.ximian.com/mailman/listinfo/mono-list






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


  _______________________________________________
  Mono-list maillist  -  Mono-list at lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list



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


  No virus found in this incoming message.
  Checked by AVG Free Edition. 
  Version: 7.5.503 / Virus Database: 269.15.13/1099 - Release Date: 30/10/2007 10:06
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071031/43356f93/attachment-0001.html 


More information about the Mono-list mailing list