Blog of Steven Tapping, containing my thoughts, comments and questions. RSS Feed

Finally Develop a Web Application on Root \ using VS 2005 (.NET 2.0)
19 Jan 2006, 04:54:00 PM
A typical development environment in .NET 1.1: x number of developers using windows XP, VS 2003, deploying on IIS 5.1 in a virtual directory (i.e http://localhost/MyWebApp). Staging and Production servers are Windows 2003, deploying the web ...
Read post

ASP.NET 1.1 and 2.0: Automatically Switching Between HTTP and HTTPS
18 Jan 2006, 04:55:00 PM
I found a really useful dll Matt Solars created which allows you to configure which pages in your web app are to be under HTTPS, by only adding a few references in web.config. You can find the code at: http://www.codeproject.com/aspnet/WebPageSe ...
Read post

Resolving System. Configuration. ConfigurationSettings Warnings After Converting to .NET 2.0
18 Jan 2006, 04:55:00 PM
It's pretty common to get this warning when converting a project from .NET 1.1 to 2.0. It's an easy fix: In the projects that reference System.Configuration.ConfigurationSettings, replace the Configuration reference with System.Configuration ...
Read post

Solution in VSS not working in VS.NET 2005 RTM ...
09 Nov 2005, 05:01:00 PM
After installing VS.NET 2k5, I tried to launch a BizTalk 2006 solution created under VS.NET 2005 Beta 2 stored in VSS... I kept getting errors saying the projects could not be open because the VSS plugin was missing. After doing some research, I ...
Read post