Quantcast
Channel: Directory Services Forum
Viewing all articles
Browse latest Browse all 2536

Upgrading functional domain level and iis7 apps using directory services

$
0
0

http://support.microsoft.com/default.aspx?scid=kb;en-US;2260240

Referencing the above article, I do use the following in three websites:
System.DirectoryServices
System.DirectoryServices.AccountManagement
System.DirectoryServices.DirectoryEntry
<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /></assemblies>
    Function getMyRole(ByVal myRole As String) As Boolean
        Dim myReturn As Boolean
        If Context.User.IsInRole(myRole) Then....blah, blah, blah

The article specifies:  System.DirectoryServices.ActiveDirectory.DirectoryContext   This issue occurs only when the application uses the .NET Framework 3.5 Service Pack 1 (SP1) or an earlier version.

My networking manager is needing to upgrade the functional level of the domain.  Is this the same thing or are my websites okay?


Viewing all articles
Browse latest Browse all 2536

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>