Re: [Mono-aspnet-list] How to: Razor and MVC4, mono 3.0.2?

2013-10-26 Thread Jesse Pasichnyk
Also, take a look at servicestack.razor if you're not locked in on your choice to use mvc. Moved to it a year ago and never looked back. - Jesse From: Marco Ridonimailto:m.rid...@gmail.com Sent: ‎10/‎26/‎2013 1:15 AM To: patrykmouramailto:patryk.mo...@gmail.com

Re: [Mono-aspnet-list] XSP crash on config file with ASP.Net MVC 3 project

2013-10-09 Thread Jesse Pasichnyk
I seem to remember that issue, or something similar, with an early 3.0 tree build. Why don't you give the latest release (3.2.3)http://www.mono-project.com/Release_Notes_Mono_3.2 a shot? It is working for me (via custom build .deb install) on 4.5 without issue. Cheers, Jesse From:

Re: [Mono-aspnet-list] Mono + Nginx + Open BSD

2013-05-08 Thread Jesse Pasichnyk
Check your actual /tmp folder permissions. I believe some other folder gets creates there that requires write access as well. Sent from my Windows Phone From: Geemailto:g.pl...@gmail.com Sent: ‎5/‎8/‎2013 12:49 PM To: Daniel Lo Nigromailto:li...@dan.cx Cc:

Re: [Mono-aspnet-list] Mono + Nginx + Open BSD

2013-05-08 Thread Jesse Pasichnyk
be the issue. - Jesse From: Gee [mailto:g.pl...@gmail.com] Sent: Wednesday, May 08, 2013 1:12 PM To: Jesse Pasichnyk Cc: Daniel Lo Nigro; mono-aspnet-list@lists.ximian.com Subject: Re: [Mono-aspnet-list] Mono + Nginx + Open BSD Hi Jesse Thanks for getting back to me so quickly :-) Sadly, /tmp

Re: [Mono-aspnet-list] Stopping fastcgi-mono-server gracefully andwebsite content updating with no need of restarting it.

2011-11-12 Thread Jesse Pasichnyk
The mod_mono created process will recycle once you update the files, which will cause the loading process to hang slightly he first time its hit to load the application back up. Same process occurs on IIS hosted .net apps. For stopping it, look at the mono control panel documentation for

Re: [Mono-aspnet-list] ASP.Net starts crashing after a number of days...

2011-03-08 Thread Jesse Pasichnyk
I believe I've had this happen when mono was upgrades. Make sure machine .config updates are applies and restart apache. Not 100% sure that will resolve your issue, but worked for me. - Jesse -Original Message- From: Tim Nelson Sent: Tuesday, March 08, 2011 2:56 PM To:

Re: [Mono-aspnet-list] How to remove fake mod-mono-server2 processes

2011-02-27 Thread Jesse Pasichnyk
I recommend just upgrading to a newer version of mono. I had major issues like this with 2.4, which have since been resolved. - Jesse On Sun, 27 Feb 2011 16:45:20 +0200, Andrus wrote: After some time server stops responding. There are lot of fake mod-mono-server2 processes running

Re: [Mono-aspnet-list] `System.Web.Mvc.AuthorizationContext' does not contain a definition for `ActionDescriptor'

2011-02-17 Thread Jesse Pasichnyk
Did you Copy Local the MVC related assemblies? I had some problems when moving to asp.net 4.0 under mono, and had to remove all those assemblies from my bin. I think this was one of the errors, but I don't recall for sure. - Jesse On Thu, 17 Feb 2011 03:18:17 -0800 (PST), orhanveli

Re: [Mono-aspnet-list] Mono on Nginx

2011-02-15 Thread Jesse Pasichnyk
In my mind, the current fastcgi implemetation in mono is too buggy to rely on, and you should stick with mod_mono on the backend. I've tried this via lighttpd as well as nginx, with varying luck and many issues found. Save yourself some trouble and stick with mod_mono until the fastcgi

[Mono-aspnet-list] Error parsing Request Headers in FastCGI

2010-07-23 Thread Jesse Pasichnyk
Hi, I am running a mono based service (single .ashx) and from time to time the request errors when it try to read the request headers. The error seems to be a string manipulation error at the fastcgi level (lighttpd + fastcgi). System.ArgumentOutOfRangeException: startIndex + length

****SPAM(3)**** RE: [Mono-list] Re: Running mod-mono-server in a chroot jail

2005-12-01 Thread Jesse Pasichnyk
Christopher, Thanks for the heads up, I will definitely test out my chroot environment for security. Is it possible to create a safe chroot if it has mono installed in it? (inlcuding the compiler) I have a quick question about mounting my /proc filesystem into my jail environment. I have a

[Mono-list] .wapi description

2005-12-01 Thread Jesse Pasichnyk
Is there any documentation out there to exactly what the .wapi directory is and how it is used? Also is there a way to specify where this directory should be located when starting a mod-mono-server/xsp instance by hand? Thanks, Jesse

[Mono-list] mono-service

2005-12-01 Thread Jesse Pasichnyk
Hey guys, I just was browsing through some of the mono code/assemblies and ran across mono-service. It appears that this is a windows service like implementation that could now be used under linux or whatever other mono supported platform. I was just curious about the status of this and

RE: [Mono-list] mod_mono in a shared hosting envionment

2005-11-28 Thread Jesse Pasichnyk
, 2005 at 12:32:16PM -0800, Jesse Pasichnyk wrote: Hi David, There have been several posts about this sort of thing in the past (from me and others), and I think the consensus is its probably better to run standalone xsp servers per site. That way you can chroot the xsp (optional of course

****SPAM(1)**** RE: [Mono-list] Re: Running mod-mono-server in a chroot jail

2005-11-28 Thread Jesse Pasichnyk
Robert, You are correct, I do not have the real proc filesystem mounted into the jail. I was thinking I could go ahead and mount this using something like: mount --bind /proc -o ro,nosuid /home/jail/proc Does this open up and security issues etc? I'm not very familiar with the proc

[Mono-list] Running mod-mono-server in a chroot jail

2005-11-25 Thread Jesse Pasichnyk
Warning: GC_get_nprocs() returned -1 Couldn't read /proc/self/stat If anyone has gotten this working or has any information that could help me please let me know. Thanks, Jesse Pasichnyk ___ Mono-list maillist - Mono-list@lists.ximian.com

RE: [Mono-list] mod_mono in a shared hosting envionment

2005-11-23 Thread Jesse Pasichnyk
Hi David, There have been several posts about this sort of thing in the past (from me and others), and I think the consensus is its probably better to run standalone xsp servers per site. That way you can chroot the xsp (optional of course) as well as run it as the user who owns the site. This

RE: [Mono-list] mod_mono in a shared hosting envionment

2005-11-23 Thread Jesse Pasichnyk
possible setup for a scalable/secure shared hosting environment, so once again any comments are appreciated. Thanks, Jesse -Original Message- From: Joshua Tauberer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 6:38 PM To: Jesse Pasichnyk Cc: 'David Darville'; mono-list

[Mono-list] Problem with prj2make

2005-08-09 Thread Jesse Pasichnyk
Hi, Im trying to convert a Visual Studio.NET 2003 project file to a Makefile. Im getting the following error. [EMAIL PROTECTED] ~/site/ASPX]# prj2make RMA.csproj Error running pkg-config. Check the above output. Any help would be appreciated. Currently Ive been running

[Mono-list] Problem with FormsAuthentication

2005-07-10 Thread Jesse Pasichnyk
Hi, I just upgraded to the stable version of mono on my RHEL4 box. I have an ASP.NET (v1.1) application that Im working on that has a login section for administration. This works fine on IIS/MS Framework. However when I run it on the linux box under mono it has unexpected behavior.

RE: [Mono-list] Problem with FormsAuthentication - Request failed: URI too long (longer than 8190) ??

2005-07-10 Thread Jesse Pasichnyk
I looked in my apache log and Im seeing the following error: [Sat Jul 09 19:59:43 2005] [error] [client IP ADDRESS HERE] request failed: URI too long (longer than 8190) Any ideas? Sorry I send an outdated clip from my web.config. It now is as follows: configuration

RE: [Mono-list] asp.net mod_mono reference question

2005-05-20 Thread Jesse Pasichnyk
-r MyCustomAssembly.dll Mono C# compiler, (C) 2001 - 2003 Ximian, Inc. mcs [options] source-files --about About the Mono C# compiler -addmodule:MODULE Adds the module to the generated assembly -checked[+|-] Set default context to checked -codepage:ID Sets code page to the one

[Mono-list] Problem with mod_mono

2005-03-23 Thread Jesse Pasichnyk
Im experience a problem with mod_mono (1.0.6), and Im running the 1.1.4 framework. The issue is that Ill start up apache with: MonoRunXSP True First of all, with this release I actually get a mod-mono-server.exe spooled up for each virtual host I have setup as a MonoApplication,

RE: [Mono-list] Deamonize. Running a Mono app. in the background

2005-03-15 Thread Jesse Pasichnyk
Are the execv, setuid and setgid methods working? I wrote some stuff using those, and it did the execv fine, but didn't seem to want to change the identity the application was running under. The exe had permissions 6755. Is this not possible since the application is run by the mono executable?

[Mono-list] Npgsql varchar as a parameter

2005-03-14 Thread Jesse Pasichnyk
Im working on a project with mono/postgres and it looks like it is not possible to pass a parameter to a function as a varchar. Does anyone have a good work around for this, or know when if/when it will be functional? Thanks, Jesse

RE: [Mono-list] Current state of FormsAuthentication

2005-03-07 Thread Jesse Pasichnyk
)) the HttpRequest.IsAuthenticated will return false. Attached possible patch (in FormsAuthenticationModule.cs) and test case. Thanks, Ilya Kharmatsky. Gonzalo Paniagua Javier wrote: On Wed, 2005-03-02 at 11:45 -0700, Jesse Pasichnyk wrote: I am working on developing an ecommerce site with mono

RE: [Mono-list] Current state of FormsAuthentication

2005-03-05 Thread Jesse Pasichnyk
] Current state of FormsAuthentication On Wed, 2005-03-02 at 11:45 -0700, Jesse Pasichnyk wrote: I am working on developing an ecommerce site with mono/postgres and am having some issues with the a Forms based security login area. Last mono release shipped with a regression that might make

RE: [Mono-list] Current state of FormsAuthentication

2005-03-03 Thread Jesse Pasichnyk
to help you resolve it. regards, JE On Wednesday 02 March 2005 12:45, Jesse Pasichnyk wrote: I am working on developing an ecommerce site with mono/postgres and am having some issues with the a Forms based security login area. I have the directory of /Administration/ protected and a login page

[Mono-list] Current state of FormsAuthentication

2005-03-02 Thread Jesse Pasichnyk
? Thanks in advance, Jesse Pasichnyk

RE: [Mono-list] ASP.NET on Linux: apache, mono, xsp, mod_mono

2005-01-26 Thread Jesse Pasichnyk
Checkout the documentation at http://www.gotmono.net/documentation/mod-mono-howto.html It is a great walk through on setting up apache+mod_mono from start to finish. I think everything your looking for will be explained there. - Jesse Pasichnyk -Original Message- From: [EMAIL PROTECTED

[Mono-list] XSP server in a VirtualHost environment (suexec?)

2004-12-13 Thread Jesse Pasichnyk
I am in the process of implementing a large scale PHP4/PHP5/ASP.NET (mono) hosting environment on Apache2. I currently have my PHP4 and PHP5 cgi’s compiled and have the running suexec. I recently setup the XSP server and mod_mono in attempt to get name based virtualhosting up and running for