November 2005 - Posts
If you have installed ASP.Net 2.0 in addition to ASP.Net 1.1 then you may have run into several issues in regards of trying to run 2.0 web applications. While it is true that you can set version to run the application in the ASP.Net tab of the properties
Read More...
With most portal software there is no reasonable method to actually create a Robots.txt file that prevents crawlers from hitting links for options such as Login, Profile, Edit , Add Comment..etc.. This is due to several reasons: Multiple domains are hosted
Read More...
With the RTM release of ASP.Net 2.0 - a late breaking change is that FormsAuthentification.SetAuthCookie no longer is set with a 50 year default date. Instead it is set for 30 minutes. Hence why on some sites it may be frustrating (like mine before I
Read More...
The terms 'server farm' and 'web garden' may be foreign to many of us but they provide the mechanisms that allow us to cluster instances (web garden) or cluster servers (server farm). Server clusters specifically give us the following abilities: 1. Have
Read More...