Tag: active directory
-
I had a request come in on a MVC web app to display a user’s full name instead of their domain network username. The app was using something like: [sourcecode] <p>Hello, @User.Identity.Name</p> [/sourcecode] which displayed like: Hello, MYDOMAIN\myusername! So to update this on the MVC web app (and avoid a dedicated…
-
Wrote a variation of this for different purposes over the past few months. You can get creative and put it in a web service or within your web application. You would also want to send a lot of the initial variables in through ByVal when you call the Function or…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+