Re: [Mono-list] Forms Authentication (OT: ZedGraph)

2007-12-11 Thread David Temes
Yes i tryed it and found it to be very slow, other than that converting the 
code to use it was not very difficult. Now i am playing with some flash 
based solution that can get data from xml files. Maybe I will give ZedGraph 
another opportunity to see if there are improvements whith the new runtime.

Thanks

David Temes.

- Original Message - 
From: "Abe Gillespie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Danny Waite" <[EMAIL PROTECTED]>; 
Sent: Monday, December 10, 2007 10:52 PM
Subject: Re: [Mono-list] Forms Authentication


> This is OT ... but for the graph replacement - have you tried Zed Graph?
>
> http://zedgraph.org/wiki/index.php?title=Main_Page
>
> -Abe
>
> On Dec 10, 2007, at 4:24 PM, [EMAIL PROTECTED] wrote:
>
>> The same was happening to me with mono 1.2.5 so I kept my system in 
>> 1.2.4
>> until today, I have tested the 1.2.6 preview 3 and everything is  working
>> really well (just installed from the bin installer). Give it a try  if 
>> you
>> are not using it already.
>>
>> My .net 2.0 app runs on a Xen server with Debian Sarge.
>>
>> BTW, thanks guys for the hard work!!! 1.2.6 looks really promising.  Wish
>> the dotNetCharting control could run on mono/linux...it's the only 
>> missing
>> peace i need to replace but I have not found any real candidate
>>
>> Regards
>>
>> David
>>
>>> Hi guys,
>>>
>>> I'm trying to use Forms authentication but am getting strange  problems. 
>>> I
>>> understand from a previous port that System.Web relies on
>>> System.Windows.Forms which I guess then relies on gdiplus.  When I  load 
>>> a
>>> page that references the  component I get a strange  message
>>> "Color X is not a valid color."  If I take out all the colours I  then 
>>> get
>>> "System.DllNotFoundException: gdiplus.dll".  I dont have this on the
>>> system for some reason but I added gdiplus.s to /usr/lib and called
>>> ldconfig but still get the same.
>>>
>>>
>>> Help! is appreciated.
>>>
>>> Regards,
>>> Danny___
>>> Mono-list maillist  -  Mono-list@lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>
>>
>>
>> ___
>> Mono-list maillist  -  Mono-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
> -- 
> Internal Virus Database is out-of-date.
> Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 
> 269.16.13/1167 - Release Date: 03/12/2007 12:20
>
> 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Forms Authentication

2007-12-10 Thread Abe Gillespie
This is OT ... but for the graph replacement - have you tried Zed Graph?

http://zedgraph.org/wiki/index.php?title=Main_Page

-Abe

On Dec 10, 2007, at 4:24 PM, [EMAIL PROTECTED] wrote:

> The same was happening to me with mono 1.2.5 so I kept my system in  
> 1.2.4
> until today, I have tested the 1.2.6 preview 3 and everything is  
> working
> really well (just installed from the bin installer). Give it a try  
> if you
> are not using it already.
>
> My .net 2.0 app runs on a Xen server with Debian Sarge.
>
> BTW, thanks guys for the hard work!!! 1.2.6 looks really promising.  
> Wish
> the dotNetCharting control could run on mono/linux...it's the only  
> missing
> peace i need to replace but I have not found any real candidate
>
> Regards
>
> David
>
>> Hi guys,
>>
>> I'm trying to use Forms authentication but am getting strange  
>> problems.  I
>> understand from a previous port that System.Web relies on
>> System.Windows.Forms which I guess then relies on gdiplus.  When I  
>> load a
>> page that references the  component I get a strange  
>> message
>> "Color X is not a valid color."  If I take out all the colours I  
>> then get
>> "System.DllNotFoundException: gdiplus.dll".  I dont have this on the
>> system for some reason but I added gdiplus.s to /usr/lib and called
>> ldconfig but still get the same.
>>
>>
>> Help! is appreciated.
>>
>> Regards,
>> Danny___
>> Mono-list maillist  -  Mono-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>
>
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Forms Authentication

2007-12-10 Thread dtemes
The same was happening to me with mono 1.2.5 so I kept my system in 1.2.4
until today, I have tested the 1.2.6 preview 3 and everything is working
really well (just installed from the bin installer). Give it a try if you
are not using it already.

My .net 2.0 app runs on a Xen server with Debian Sarge.

BTW, thanks guys for the hard work!!! 1.2.6 looks really promising. Wish
the dotNetCharting control could run on mono/linux...it's the only missing
peace i need to replace but I have not found any real candidate

Regards

David

> Hi guys,
>
> I'm trying to use Forms authentication but am getting strange problems.  I
> understand from a previous port that System.Web relies on
> System.Windows.Forms which I guess then relies on gdiplus.  When I load a
> page that references the  component I get a strange message
> "Color X is not a valid color."  If I take out all the colours I then get
> "System.DllNotFoundException: gdiplus.dll".  I dont have this on the
> system for some reason but I added gdiplus.s to /usr/lib and called
> ldconfig but still get the same.
>
>
> Help! is appreciated.
>
> Regards,
> Danny___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Forms Authentication

2007-12-10 Thread Danny Waite
Hi guys,
 
I'm trying to use Forms authentication but am getting strange problems.  I 
understand from a previous port that System.Web relies on System.Windows.Forms 
which I guess then relies on gdiplus.  When I load a page that references the 
 component I get a strange message "Color X is not a valid color."  
If I take out all the colours I then get "System.DllNotFoundException: 
gdiplus.dll".  I dont have this on the system for some reason but I added 
gdiplus.s to /usr/lib and called ldconfig but still get the same.
 
 
Help! is appreciated.
 
Regards,
Danny___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Forms Authentication in ASP.Net

2007-07-06 Thread Adriaan van Kekem

Hi,

Which webserver are u running? It seems that you have running the mono
handler on all type of files. In apache you have configure it with
SetHandler mono, so all files are handled. If it's allowed to download those
files, you can give anonymous rights to that files in your web.config:
 
  
or you can use AddHandler to prevent js files to be handled by mono.

Adriaan



Amit Goswami wrote:
> 
> Hello,
> I'm using Mono 1.2.4 on Windows XP for developing an Asp.Net 1.1 website.
> I've set it up for Forms authentication, and the settings in Web.Config
> look like this:
> 
> 
> 
>  timeout="120" />
> 
> 
> 
> The problem is, the Login.aspx page includes some css and js resources,
> and when I look at the HTTP trace using Fiddler I can see that those
> resources are not being served. I don't have this problem when the site is
> run using IIS.
> 
> There is also a request for
> "/WebResource.axd?a=s&r=WebUIValidation.js&t=6333..." which is also not
> being served. (Isn't WebResource.axd specific to .net 2.0?) 
> 
> Any ideas?
> 
> Thanks
> 
> Amit
> 
>  
> 
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Forms-Authentication-in-ASP.Net-tf4032156.html#a11461312
Sent from the Mono - General mailing list archive at Nabble.com.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Forms Authentication in ASP.Net

2007-07-05 Thread Amit Goswami
Hello,
I'm using Mono 1.2.4 on Windows XP for developing an Asp.Net 1.1 website. I've 
set it up for Forms authentication, and the settings in Web.Config look like 
this:







The problem is, the Login.aspx page includes some css and js resources, and 
when I look at the HTTP trace using Fiddler I can see that those resources are 
not being served. I don't have this problem when the site is run using IIS.

There is also a request for 
"/WebResource.axd?a=s&r=WebUIValidation.js&t=6333..." which is also not being 
served. (Isn't WebResource.axd specific to .net 2.0?) 

Any ideas?

Thanks

Amit

 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Forms authentication not working?

2004-04-22 Thread Cory Nelson
I restarted mono and the exception went away, but authentication on
locations still doesn't work.

Posted a test case: http://bugzilla.ximian.com/show_bug.cgi?id=57433 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua
Javier
Sent: Wednesday, April 21, 2004 1:15 PM
To: [EMAIL PROTECTED]
Subject: Re: [Mono-list] Forms authentication not working?

El mié, 21-04-2004 a las 19:07, Cory Nelson escribió:
> Using XSP 0.9 I was able to get file-level authentication (didn't work 
> for directories).  Now with XSP 0.11 I'm getting an exception:
> 
> HTTP 500
> 
> System.NullReferenceException: Object reference not set to an instance 
> of an object in <0xd> System.Web.Security.FormsIdentity:get_Name 
> ()

Can you please file a bug report with a test case?
http://bugzilla.ximian.com (Mono Class Libraries - Sys.Web)

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Forms authentication not working?

2004-04-21 Thread Gonzalo Paniagua Javier
El mié, 21-04-2004 a las 19:07, Cory Nelson escribió:
> Using XSP 0.9 I was able to get file-level authentication (didn't work for
> directories).  Now with XSP 0.11 I'm getting an exception:
> 
> HTTP 500
> 
> System.NullReferenceException: Object reference not set to an instance of an
> object
> in <0xd> System.Web.Security.FormsIdentity:get_Name ()

Can you please file a bug report with a test case?
http://bugzilla.ximian.com (Mono Class Libraries - Sys.Web)

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Forms authentication not working?

2004-04-21 Thread Cory Nelson
Using XSP 0.9 I was able to get file-level authentication (didn't work for
directories).  Now with XSP 0.11 I'm getting an exception:

HTTP 500

System.NullReferenceException: Object reference not set to an instance of an
object
in <0xd> System.Web.Security.FormsIdentity:get_Name ()
in <0x00857> System.Web.HttpRequest:ParseServerVariables ()
in <0xe> System.Web.HttpRequest:get_ServerVariables ()
in <0x000d9> System.Web.HttpContext:get_IsCustomErrorEnabled ()
in <0x00025> System.Web.HttpRuntime:RedirectCustomError
(System.Web.HttpContext)
in <0x00197> System.Web.HttpRuntime:FinishRequest
(System.Web.HttpContext,System.Exception)
in <0x000fc> System.Web.HttpRuntime:OnHandlerReady (System.IAsyncResult)
in <0x0004e> (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_IAsyncResult (System.IAsyncResult)
in <0x0005e> System.Web.HttpAsyncResult:Complete
(bool,object,System.Exception)
in <0x0022a> StateMachine:ExecuteNext (System.Exception)
in <0x00051> StateMachine:ExecuteNextAsync (System.Exception)
in <0x00022> StateMachine:Start ()
in <0x0006a>
System.Web.HttpApplication:System.Web.IHttpAsyncHandler.BeginProcessRequest
(System.Web.HttpContext,System.AsyncCallback,object)
in <0x0033c> System.Web.HttpRuntime:InternalExecuteRequest
(System.Web.HttpWorkerRequest)

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list