Ask a Question related to ASP.NET Security, Design and Development.
-
LS #1
AzMan IAzApplication InitializeClientContextFromStringSid method
Hello
This method has a hande leak.
When submited to a load test the handles rise to 50000 and the application
sends an exception "Insufficient system resources..."
Where can I find someone who could fix this ?
Dave McPherson has an article in TechNet
[url]http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/management/athmanwp.mspx[/url]
but I don't have a clue where to report this...
Best regards
LS
LS Guest
-
Problem using AzMan url Authorization and HttpHandler
Hi, I Have a web application that uses IIS 6.0 URL Authorization and AzMan to control access to URLs based on custom user roles. In some pages... -
AzMan and ASP.Net
I have been able to use AzMan from the Enterprise Library in a Windows Form app. However, I'm having difficulty with security settings when doing... -
Problem when executing SQL script from AzMan BizRule
Hello. I'm investigating Authorization Manager (AzMan) and I have a problem with SQL 2000. I try to execute a stored procedure from BizRule, but... -
Problem when executing SQL script from AzMan BizRule.
Hello. I'm investigating Authorization Manager (AzMan) and I have a problem with SQL 2000. I try to execute a stored procedure from BizRule, but... -
Using AZman with ASP.NET
Greetings I am designing an Application Security system for an ASP.NET application using Azman. Questions: What is the performance impact of... -
LS #2
RE: AzMan IAzApplication InitializeClientContextFromStringSid method
InitializeClientContextFromStringSid method has an handle leak
"LS" wrote:
> Hello
>
> This method has a hande leak.
> When submited to a load test the handles rise to 50000 and the application
> sends an exception "Insufficient system resources..."
>
> Where can I find someone who could fix this ?
>
> Dave McPherson has an article in TechNet
> [url]http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/management/athmanwp.mspx[/url]
>
> but I don't have a clue where to report this...
>
>
> Best regards
>
> LS
>LS Guest
-
LS #3
RE: AzMan IAzApplication InitializeClientContextFromStringSid met
Hello
It works ok with this argument, but has the restrictions pointed in MSDN
// Client's Security Context
IAzClientContext ctx =
this.app.InitializeClientContextFromStringSid(acco untSid,
(int)tagAZ_PROP_CONSTANTS.AZ_CLIENT_CONTEXT_SKIP_G ROUP, null);
What I need is: passing 0 in the argument, ... that has the handle leak
Best regards
LS
"LS" wrote:
> InitializeClientContextFromStringSid method has an handle leak
>
> "LS" wrote:
>> > Hello
> >
> > This method has a hande leak.
> > When submited to a load test the handles rise to 50000 and the application
> > sends an exception "Insufficient system resources..."
> >
> > Where can I find someone who could fix this ?
> >
> > Dave McPherson has an article in TechNet
> > [url]http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/management/athmanwp.mspx[/url]
> >
> > but I don't have a clue where to report this...
> >
> >
> > Best regards
> >
> > LS
> >LS Guest



Reply With Quote

