Compudigm Releases Gaming POWER ASP Solution Aimed at Small & Mid-Sized Casino Market (Web Host Directory)

Compudigm Releases Gaming POWER ASP Solution Aimed at Small & Mid-Sized Casino Market (Web Host Directory)
Compudigm International announced today the availability of its award-winning Gaming POWER solution in an ASP (Application Service Provider) environment.

ASP.NET: Remove Unused Objects From the Session (WebProNews)

ASP.NET: Remove Unused Objects From the Session (WebProNews)
The Session in ASP.NET is a very simple way of storing user specific data for the duration of a single user session. I’ve many times added data to the Session that had an even shorter lifespan. That could be as a data store for properties on AJAX enabled web pages and those properties don’t belong in the session after the visitor navigates to another page on my website. To clean up, I would

ASP.NET Tip: Testing Web Sites with HttpWebRequest

ASP.NET Tip: Testing Web Sites with HttpWebRequest
As a third type of verification I check certain Web sites to make sure that the server is up running and not generating any Web errors. In some cases Microsoft’s Web server produces a Web page even if it has an error.