This track day, I tried harder damping on my suspension. This resulted in a one second improvement over my previous PB. The new Project μ rotors held up nicely along with the brake pads, providing consistent braking throughout each session.
Session 1
2:12.3780
1:50.5440
1:44.8470
1:43.6310
1:43.8320
1:43.4940
1:45.1910
Session 2
2:12.4060
1:43.4460
1:41.6660 NEW PB
1:47.5170
1:42.1540
1:44.0260
Session 3
2:03.5330
1:46.1580
1:42.7290
1:42.8530
1:58.5580
1:51.0210
Session 4 - Red flagged due to oil spoil
2:08.0720
1:50.3870
1:45.4260
1:49.6720
Session 5 - Accompanied by Silas for pointers
1:57.3250
1:44.9480
1:45.5340
1:45.4770
1:45.2690
1:45.3210
1:45.3180
New PB versus previous PB:
Sunday, November 21, 2010
Monday, November 15, 2010
IIS7 configuration for hosting WCF services
I have recently been learning about Windows Communication Foundation Services and when I first tried to host a service in IIS7, I encountered the following error when attempting to navigate to the service URL:
HTTP Error 404.3 – Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map. Detailed Error InformationModule StaticFileModule.This error is caused by enabling IIS after Visual Studio 2008/2010 and the .NET 3.5/4.0 Framework were installed. To rectify this:
- Open the Visual Studio command prompt as "Administrator".
- Navigate to C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation.
- Run the following command: servicemodelreg –i.
After performing the above steps, navigating to the service URL returned the following error:
HTTP Error 500.21 - Internal Server Error
Handler "svc-Integrated" has a bad module "ManagedPipelineHandler" in its module listAs I had enabled IIS after installing Visual Studio and the .NET Framework, ASP.NET had to be registered in IIS:
- Open the Visual Studio command prompt as "Administrator".
- Navigate to C:\Windows\Microsoft.NET\Framework\v4.0.30319.
- Run the following command: aspnet_regiis -i
I was then able to successfully load the WCF service URL.
Categories:
ASP.NET,
communication,
IIS,
Microsoft,
programming,
WCF
Thursday, November 4, 2010
Titanium Shims
Thanks goes to JimJim for recommending and helping me get these, and now I recommend them to you. I have used these on my front brakes for a few track days now and have found them effective in keeping some heat from transferring from the brake pads to the calipers. They have also prevented the dust boots surrounding the caliper pistons from cracking prematurely. The dust boots were replaced last year and are all still in great condition. Jim got them through TiSpeed, but there are plenty of vendors for these shims. They are not bang for buck but I think in the long term they will save you some money from not having to replace piston dust boots so often.
Tuesday, November 2, 2010
Subscribe to:
Posts (Atom)