[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Phil Sharp

3/22/2007 3:37:00 PM

Hi

I want to call Authorization Manager (AzMan) in my .Net 2.0 application.

The PIA that is available in the Windows 2000 Authorization Manager Runtime
is a .Net 1.0 assembly. Is there a new PIA for .Net 2.0?

If not should I use the .Net 1.0 PIA or should I create my own interop
assembly?

Thanks

Phil




2 Answers

wawang

3/23/2007 7:36:00 AM

0

Hi Phil,

I'm not aware of AZMAN PIA in .NET 2.0. Please note .NET 1.x assembly can
be used in .NET 2.0, also interop assemblies consist mostly of metadata. I
think you should be able to use the AZMAN PIA in your .NET 2.0 application.
Please feel free to let me know if there's any issues.

Here's a MSDN article for your reference:

#How To: Use Authorization Manager (AzMan) with ASP.NET 2.0
http://msdn2.microsoft.com/en-us/library/ms9...

Sincerely,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default....
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/de....
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Phil Sharp

3/23/2007 9:25:00 AM

0

Hi Walter

I think your right.

I had a look at the AzMan role provider using Reflector and it appears to be
using the .Net 1.0 PIA.

Therefore based on yuor reply and that Microsoft themselves are using it I
am assuming there will be no issues.

Thanks

Phil