After beating my head on the screen for a couple of hours....
The ASP.NET Development Server is the default way to run the project from VS 2005.
To runthe App from the local IIS do the following.
- Set up the application as a Virtual Directory in IIS on your local machine.
- Go To Website / Start Options from the Menu
- Select Start Options in the Tree on the left of the box.
- Select Use Custom Server
- Enter the URL of the database on the local box (http://localhost/MyWeb where "MyWeb" is the Virtual Directory.
This will put you back in the standard IIS debug.
This fixed a problem that I was having with the Infragistics controls that I am using.
Nathan