Welcome to Tech-Review.Org Sign in | Join | Help

.net_2.0

My coding blog entries. Typically will either be more complex coding examples or overcoming product issues / troubleshooting resolutions.

November 2005 - Posts

ASP.Net 1.1 and 2.0 Side by Side and the role of Application Pools
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...
Detecting Crawlers and allowing or blocking the display of content.
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...
Forms Authentification.... not able to persist cookie
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...
Mac Viewstate and Server Clusters / Web Gardens
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...