Hi, I am writing an intranet application (ASP.Net / C#) that accesses the current users' security identifier using the code UserPrincipal.Current.Sid . This works fine under the VS web development environment (Cassini) and in windows desktop applications. However, when I attempt to run the same code...