- An Interesting PodcastSo in the latest episode of the podcast with the best name out there, Wil has a very interesting take on why popular stories, TV and movies often end with…
- Missing Security Tab in Windows XPIf you have Windows XP, and your hard drive is formatted as NTFS, you can set permissions on files so that only users you specify can access them.…
- Set defaultProxy configuration Element for Proxy ServerSome customers of our application have ISA Server that requires Proxy Authentication. When ASP.NET applcicationed called external web services (e.g.…
- Giving NHibernate a serious performance boostWhen NHibernate prepares SQL queries for SQL Server, it passes them to sp\execsql. Upon first call, the query speed is lackluster as it parses and…
- System.Web.HttpException: Failed to Execute URLWhat Happen? Recently in our company me and my colleage converted our ASP.NET application from v1.1 to v2.0. The conversion process was as smooth as…
- Dynamic Send Port in BizTalk 2004There are two types of dynamic ports in BizTalk 2004. They are Dynamic One-Way Port and Dynamic Solicit-Response Port. The following sample is based on…
- Of SharePoint Nightmares and Dreams...Thanks for link. )
- Running DotNetNuke as a file-system Web site- Specify a PortIf you are running DotNetNuke as a file-system Web site in Visual Studio 2005 using ASP.NET Development Server (aka Cassini), you must specify a Port.
- Changing Computer Science Education- It’s coming!I read with great interest in the ACM Communication magazine, a letter from the President David A. Patterson. The article is entitled “Computer Science…
- SAN Islands to have or not to have?SAN Islands to have or not to have? The question I pose is are SAN islands a good thing? feel free to comment. My question is driven around a dilemma I…
- ListView FlickerThe ListView control has a flicker issue. The problem appears to be that the control's Update overload is improperly implemented such that it acts like a…
- BizTalk 2004: Schema validation: Error in the "error BEC2004"?“Error BEC2004” in BizTalk 2004 is a tricky error in some cases. For examples I use simplyfied schemas to highlight the source of the problem.
- Understanding Composite UI Application Block, Part VIIThere seams to be some confusion around WorkItem's State. I've seen few posts on CAB message boards with questions if it's OK to put certain data into it.…
- BUG: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.In .NET 2.0 i had a serious bug and screwed my head, for me the below code looks fine, try{ if (retVal == 0) Response.Redirect("Success.aspx?evt=0");
- "default collation" for a SQL Server 2000 databaseSome our clients reported “'Cannot resolve collation conflict for equal to operation'” error. As it is explained here, it could happen if the tempdb…
- Comparison of AJAX frameworks for ASP.NET (rev. 4)The was updated with the following changes: - OutPost V1.2 and Anthem V1.0.0 frameworks added - MagicAJAX Version update - "Support for Response.Redirect…
- ASP.NET Webservices: "The request failed with HTTP status 401: Access Denied." ErrorYou may receive the error "The request failed with HTTP status 401: Access Denied." when trying to access a Webservice from your ASP.NET Application. This…
- best 404 message... ever!Good for a laugh.
- Getting the IE Webcontrols work in ASP.NET 2.0 while using Visual Studio 2005Visual Studio 2005 introduced a new model for developing ASP.NET Applications without requiring an IIS on the development machine. (In fact it has been…
- IIS 6.0 Health Monitoring and ASP.NET ApplicationsIIS 6.0 includes health monitoring for IIS worker processes (w3wp.exe). Unfortunately, from a .NET developer's perspective, this isn't very useful, and is…
