Posts
All the articles I've posted.
How to User HttpHandler such as .ashx file with IIS7 Integrated Mode, Webfarm Environment
Published: at 08:00 PMHow to do URL Rewrites with ASP.NET 2.0 3.0 3.5 on IIS6 and IIS7 and What is Wild Card Mapping
Published: at 08:00 PM<p>A Step by step tutorial on how to use WildCard Mapping for processing URL requests. It includes how to set it with IIS6 and IIS7. It also discusses the theory behind how it works and talks about a great open source packaged called URLRewriter.Net. Basically, how to resolve http://mydomain.com/Home to http://mydomain.com/HomeSite/Home.aspx which looks so much nicer.</p>
How to find your temporary asp.net executing assemblies location
Published: at 08:00 PMUsing MapPath with WCF Service, Setting aspNetCompatibilityEnabled to true
Published: at 08:00 PMConvert Garmin 705 Navigator TCX Format using LINQ to XML and Data Objects - Article 1
Published: at 08:00 PM<p>In this post, we will discuss what is necessary to convert the file created from a Garmin 705 navigator to C# .net Data Objects. We will use LINQ to XML to perform this function</p>