Holding Viewstate in Session State using SessionPageStateAdapter
Posted on March 5, 2007 - Filed Under ASP.NET 2.0 | Leave a Comment
Catchy title eh? This is the first in a series of “Things I learnt at DevWeek”.
Right, this was mentioned by Jeff in his ASP.NET tips and tricks presentation and I’m writing about it today and I have actually integrated it into the app I’m working on already!
We suffer from terrible network performance, so small page […]
Professional ASP.NET 2.0 Databases
Posted on February 21, 2007 - Filed Under ASP.NET 2.0 | Leave a Comment
Read the book review of this Wrox title for intermediate to advanced ASP.NET developers.
read more | digg story
ASP.NET 2.0 SQL Server Session State
Posted on January 3, 2007 - Filed Under ASP.NET 2.0 | Leave a Comment
Whilst migrating another Web app to ASP.NET 2.0 I encountered the following error:
“Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above.”
There doesn’t seem to be a massive amount of info online about this and I […]
ASP.NET 2.0 Debugging: “Ambiguous match found”
Posted on January 3, 2007 - Filed Under ASP.NET 2.0 | Leave a Comment
I got the error “ambiguous match found” when trying to migrate an ASP.NET 1.1 Web app to ASP.NET 2.0. The app would built, but the error would be displayed at runtime.
The is bizarre and is due to the naming of controls. I found, through trial and error (block commenting out of code!) that there were […]