Category: Web
-
+
+
+
+
+
+
When you install a new 8.0 instance of Sitecore you will find the site can be laggy and sluggish to load. To speed up your dev environment I would recommend this easy fix. First create a folder called z in your app config sitecore path: C:\inetpub\wwwroot\yoursitecore\Website\App_Config\z Then, create a file called…
-
I have used the following snippet many times in the past. I would recommend validating your string values if the values are dynamic. I would also recommend placing your email attempt in a try/catch so you will not break your web application if there is some kind of issue on…
-
I spent a while looking around for something that would help me tighten up some pages that did not need reached unless they came from another page that I had authorized. In this example we check first that there is a referring URL and if there is not then go…
-
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…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+