Projects and code distributed or mentioned on this Web Site are provided
'as is' without warranty of any kind.
My Projects
Custom Profile VSI (ASP.NET 2.0)
Status: Released
This VSI application will install an ASP.NET 2.0 (VB) template in Visual Studio 2005 or
Visual Web Developer. The template demonstrates how to use a custom profile provider and how
to customize this provider for your needs. In this sample, we'll use an HttpModule to force
the user to update their profile if we'd like. This VSI project was written for an MSDN article
that I wrote.
VSIBuilder (Visual Studio 2005)
Status: Released
This application allows developers to build a VSI file for a web-based project. At the
current time, we only allow one web project per VSI. The web-based project must have a
solution file. Therefore, the VSIBuilder application works best with Visual Studio.NET
2005. We will be releasing a version in the future that will work with Visual Web
Developer and non-solution based projects. We may consider releasing a version that
will work with Windows applications as well.
Custom Configuration Template (ASP.NET 2.0)
Status: Released
The Custom Configuration Template is a visual studio installer package that contains a C#
and a Visual Basic stub project. Each project has a sample custom configuration code file,
a web.config file, and a sample default.aspx page that pulls the custom configuration
section. You can download the file by clicking on the title above and extracting the VSI
file from the zip folder.
Zip Codes WebService (WebServicesZipCodes Workspace)
Status: Stable
The Zip Codes WebService was written in ASP.NET 1.1/VB.NET 2003. It contains some
common functions for converting zip codes to latitude/longitude, obtaining multiple
zip codes for a city and state, and more. For a view of the WSDL, visit
www.JasonGaylord.com/webservices/zipcodes.asmx?WSDL.
Photo Gallery (PhotoGallery Workspace)
Status: Beta
The PhotoGallery application is an ASP.NET 1.1/VB.NET 2003 version of the Photo
Gallery module contained within the ASP.NET 2.0 Personal Starter Kit. For an
example of a website using this application, visit my personal website at
www.JasonGaylord.com.