Re: [Mono-dev] Bug in mono 3.0.1 MVC3 File/FileResult

2013-02-02 Thread quandary82
Corrected the mime, but seems to be a mono-bug (or fastcgi) anyway. More here: http://stackoverflow.com/questions/14662795/why-do-i-have-unwanted-extra-bytes-at-the-beginning-of-image -- View this message in context: http://mono.1490590.n4.nabble.com/Bug-in-mono-3-0-1-MVC3-File-FileResult-tp46

Re: [Mono-dev] Mono and medium trust

2011-09-02 Thread quandary82
Hmm, considering the hacked custom version of mono. If I would do this, couldn't someone localcopy a custom version of Diagnostics.StartProcess/ DllImport attribute under another name ? -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-and-medium-trust-tp3786101p3786384.htm

Re: [Mono-dev] Mono and medium trust

2011-09-02 Thread quandary82
Couldn't I hack together my own custom mono-runtime version, to block DllImport for all dll's that are not in an allowed-dlls list and System.Diagnostics.Process.Start as well ? System.Diagnosts.Process would be in the mcs class library, but where is DllImport ? Is it just an attribute ? I suppose