[Mono-aspnet-list] Not executing shell script from asp.net

2009-08-03 Thread bitforum admin
Hi All, I have a shell script helloworld.sh in /usr/test directory on open suse 11.0 which has the code to create a new blank file foo.txt. Owner of this directory is wwwrun:www and has full permissions on this directory. Tested executing the helloworld.sh file from the terminal by logging as

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread nzsaint
Robert Jordan wrote: The application must be pre-compiled for the virtual path /. Then you can run it from any virtual path. This limitation will be fixed in the next 2-4-x iteration. So does this mean that the application needs to go in the root directory (/srv/www/htdocs)? This would

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread Robert Jordan
nzsaint wrote: Robert Jordan wrote: The application must be pre-compiled for the virtual path /. Then you can run it from any virtual path. This limitation will be fixed in the next 2-4-x iteration. So does this mean that the application needs to go in the root directory

Re: [Mono-aspnet-list] Cannot add a System.Web.UI.HtmlControls.HtmlGenericControl

2009-08-03 Thread FcoLomas
Hi! Sorry I don't undestand your answer, you mean that I must report it as a bug or I must search in the Bugzilla DB fot this problem? Gonzalo Paniagua Javier-5 wrote: On Tue, 2009-07-28 at 17:27 -0700, FcoLomas wrote: Hi! I use Mono 2.4 with the lastest release, I updated it today after

Re: [Mono-aspnet-list] Cannot add a System.Web.UI.HtmlControls.HtmlGenericControl

2009-08-03 Thread Stifu
Both wouldn't hurt, but probably the former. FcoLomas wrote: Hi! Sorry I don't undestand your answer, you mean that I must report it as a bug or I must search in the Bugzilla DB fot this problem? Gonzalo Paniagua Javier-5 wrote: On Tue, 2009-07-28 at 17:27 -0700, FcoLomas wrote:

Re: [Mono-aspnet-list] The imported type 'ASP.default_asp' is defined multiple times

2009-08-03 Thread nzsaint
Robert Jordan wrote: As I wrote: *pre-compile* the app for the virtual path /. aspnet_compiler -v / inputdir outputdir I'm sorry I had misunderstood you in your previous post. Following your instructions I successfully precompiled my test application and ran it in my Mono environment. The