Category: MVC
-
+
+
+
+
+
+
Anyone ever run into the following before? I ran into this regarding a request into the SharePoint Rest API. The length of the URL for this request exceeds the configured maxUrlLength value. This because the IIS default maximum length for an URL is 260 characters. If a URL request is…
+
+
+
+
+
+
+ .Net, CRM, IIS, MVC, Programming, Security, SharePoint, Sitecore, Troubleshooting, Visual Studio, Web, Web Service, Windows+
+
+
+
+
+
+
+
+
+
+
+
-
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: which displayed like: Hello, MYDOMAIN\myusername! So to update this on the MVC web app (and avoid a dedicated helper) here is what…