Archive for September, 2007

Time Competition Commission looked at Apple

Friday, September 21st, 2007

Being a small player struggling in a market dominated by a single juggernaut is something you’d expect Apple to have sympathy for, but apparently this is not so. The slap on the wrist Microsoft received from the EU Competition Commission for abusing it’s monopoly to stifle competition has just been upheld in court and you’d expect Apple, as one of their competitors in the market concerned, to be pleased. Then again, Apple seem to be getting pretty good at this abuse of monopoly thing themselves, and there are already calls that the EU Competition Commissioner should move on to Apple.

(more…)

Add This

ACT - SessionID and Login Problems With ASP .NET 2.0

Friday, September 14th, 2007

I recently encountered a problem with Microsoft’s ACT (part of Visual Studio 2003) when testing a web service by emulating a browser-based client. For posterity’s sake, here’s an overview of the problem and, more importantly, the solution.

Background
Using Application Center Test (ACT) to help automate performance testing designed to compare the performance of a web service running on ASP .NET 1.1 with ASP .NET 2.0.

Problem
Originally .NET 2.0 seemed to be performing many times better than .NET 1.1, but it was soon discovered that when running .NET 2.0, ATC was receiving a lot of 302 errors on 2.0 which it wasn’t on 1.0. On further investigation the Web Service wasn’t actually making all the correct database calls and on installing HTTP Monitor, it became apparent that the login wasn’t working. When I recorded the test using Internet Explorer 7, the HTTP requests worked as expected, however when ATC repeated them it was not returning the ASP.NET_SessionID.

(more…)

Add This