[Mono-dev] ASP Authorisations

2007-01-11 Thread Piotr Stulinski
Hi I am still struggling to get ASP Authorisations to work correctly. Somehow ASP.NET on mono is not checking the lines that are in my web.config as below... My code works 100% on windows using MS .NE

[Mono-dev] ASP.NET Forms Authentication

2006-12-29 Thread Piotr Stulinski
Hi I have a website with forms authentication it works 100% on windows, when i move it over to mono on linux it doesnt seem to work at all... A couple of things seem to be broken 1)in the Web.Config the defaultUrl="Index.aspx" does not seem to be recognized as part of the authentication form

[Mono-dev] ASP.NEt 1.2.2 App_Code dll's created not executable

2006-12-06 Thread Piotr Stulinski
Hi In the 1.2.2 release it seems that the .cs files in the app code folder are compiling as required however the dll output in /tmp/user-temp-aspnet is non executable? but the .cs files are? i think this is an error should it not be the other way around? (dll executable and .cs not) Peter __

[Mono-dev] ASP.NET bin folder and referenced assemblies

2006-11-30 Thread Piotr Stulinski
Greetings fellow monkeys I have been stumped with a particular irritating problem for the past few weeks now. I have the simplest mono ASP.NET website - it compiles 100% fine and runs fine on windows... so no program error... i am running mono on my Ubuntu machine and it just wont work! The progra

[Mono-dev] How to compile using App_Code folder

2006-11-28 Thread Piotr Stulinski
Hi I am struggling to get my site working with 1.2.1 - App_Code functionality. I have 3 simple pages. a Class1.cs in my App_Code folder with literally one method: public static void HelloWorld() { return "hello world"; } a Default.aspx.cs in the Load method i have Label1.Text = Class1.Hello

[Mono-dev] App_Code folder

2006-09-11 Thread Piotr Stulinski
ASP.NET 2.0 App_Code compilation   I have looked all over the internet for help regarding ASP.NET 2.0 under mono and the App_Code folder. Also posted on gotmono forums but no reply. It seems that this code is completely ignored when executing a web page under mono? Has this not yet been implemented