ProWorks Blog Rotating Header Image

Posts Tagged ‘asp.net’

Umbraco 4.5.2 Custom Create Control Fix in Custom Admin Trees

While working towards getting the Commerce for Umbraco project working in Umbraco 4.5.2 I encountered an issue that didn’t appear to have an obvious fix. Luckily, a dive into the Umbraco source code provided an answer.
Commerce for Umbraco (C4U) has two custom creation dialogs for the Coupons and the Products. In Umbraco 4.0.x [...]

Speed Up Your ASP.NET Web Site with Gzip Compression

I’ve used gzip compression on Apache/PHP projects before and the results are usually awesome. Especially for static files like CSS and Javascript files that compress to 30% of their original size.
Now that we’re using ASP.NET and Umbraco so much these days I needed to figure out how to get gzip compression working in IIS. [...]

Adding a 301 Redirect in IIS for Individual Pages with Non-ASPX Extensions

Are you migrating from a non-ASP.NET web site to an ASP.NET based Content Management System and don’t want to lose inbound links from Google or other sites?  There is an easy way to do this in IIS!
If you’re looking for redirecting domains or www to non-www urls, please take a look at an article I [...]

How to 301 Redirect example.com to www.example.com in IIS

Most SEO experts say that when you have two or more domains or URLs that have duplicate content, then Google will penalize you.  Google and SEO experts recommend that you use 301 redirects to tell search engines that you have duplicate content and to forward to the correct domain or url.
Generally in the Linux/Apache world [...]