And has been temporarily closed.
After re-writing an existing asp.net app and migrating from 1.1 to 2.0 I was getting the connection pooling error:
System.Web.HttpUnhandledException: Exception of type ‘System.Web.HttpUnhandledException’ was thrown. —> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled [...]
I’ve spent some time lately building a small AJAX app for a client. It was totally refreshing to work with something ‘new.’ I was also psyched with the results. No page refreshing really does make a difference. It might seem subtle at first, or maybe even unnoticeable for some, but once you get [...]
Most know by now there are all kinds of great new features included in ASP.NET 2.0. Some of my favorites are: Intellisense everywhere, Master Pages, html code preservation, IIS-less development. Another one is this new security model. There’s a built in admin feature that lets you manage a lot of the stuff [...]
This was just announced on the Spring Framework home page:
ANNOUNCEMENT: A preview of the Spring.Web functionality is now available for easy download as a Spring 1.1 Preview Release.
This release contains the following Spring.Web functionality
* Dependency Injection for ASP.NET web pages and controls
* Bi-directional data binding between [...]
We’re building a prototype application based on an existing CF app, a move primarily driven by the need for a more refined/elegant front end as well as the need to command greater ‘respect’ (for want of a better word). Let’s face it: an ASP.NET app written in C# is seen by most business [...]