Welcome to AspAdvice Sign in | Join | Help

February 2006 - Posts

More AppDomain recycles in v2

Scott Forsyth blogged about noting more AppDomain restarts with v2.0 nowadays than with v1.1. And it seemes to be feature in v2.0 since creating non-application folders also causes AppDomain to restart (see great explanation and followup links in the
Posted by joteke | 0 Comments
Filed under:

DevDays 2006 in Finland

DevDays 2006 (watch out, link in Finnish) take place in Helsinki on April 27. We have amazing show ahead of us. :-) After certain fortunate events, we have Scott Guthrie himself having the keynote session. It's his first trip to Finland, so welcome Scott!
Posted by joteke | 6 Comments
Filed under: ,

VS2005 Web Application project 2nd Release available

Scott made an announcement plus clarified what are their intentions with future of Web Application Project. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under:

ASP.NET 2.0: Playing a bit with GridView "Sort Grouping"

I am on bit experiment mood today, so I did a little tryout to see what it requires to add so called "sort grouping" into GridView. E.g when you have tabular data in GridView and you sort it based on some criteria, you'd want to better express those distinct
Posted by joteke | 44 Comments
Filed under:

ASP.NET 2.0 and "Validation of ViewState Mac failed" exception

If you get this Exception [HttpException (0x80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm.
Posted by joteke | 31 Comments
Filed under: