Browse by Tags

All Tags » Tips Tricks (RSS)

www and search engine optimization by Rob Howard

A common question we get from customers that use Community Server is: When I make a request to my Community Server site the "www" is stripped off the domain... While it's easy to change this behavior in Community Server , it's actually done on purpose...

Understanding ASP.NET Response.Redirect by Rob Howard

ASP.NET has a wonderful carry over from Classic ASP that many developer still use: Response.Redirect(string url); When ASP.NET encounters a Redirect() request it will internally throw a thread abort exception and immediately send headers back to the client...
More Posts