I'm working with an ASP.NET app. I've set the authentication mode in the web.config file to Windows and configured and tested authorization. It works great! Now I'm attempting to control the code in my aspx.cs page with the user's identity. I'm writing the code to access the user's identity. I have an example of the process written in VB.NET and now I need to convert it to C#. For instance I converted the <%Import Namespace="System.Security.Principal" %> to "using System.Security.Principal". I'm working through the rest but thought I'd ask if anyone has the C# syntax worked out. Can anyone help?
Kyle
Kyle