Background I am a bit of a newbie with asp, I worked on a classic asp intranet application in 1999 which I hated, I hated it so much I was convinced that smart clients was the future especially for intranet apps. I am more of a db guy and have a lot of access / sql server databases that I want to expose to the web so when heard about dynamic data websites and asp.net MVC I got excited enough that I am getting back into the asp world of development. With these two technologies I am actively developing on my laptop. My laptop runs XP Pro and has VS 2008, SQL Server 2005, .Net 3.5 SP1, MVC RC2.
Problem
I have a client that has a classic asp vb6 com, vb script sql server 2000 application that I’m trying to debug. I can get to this app through remote desktop and I also have a copy of the database locally. The debugging consists of turning on sql profiler and running the application.
Debugging with remote desktop is a bad experience (especially with my satellite ISP) and I would like to be able run this application locally, so how do I do that?
Here’s what I have
A copy of all the asp files and others that are found under inetput\wwwroot.
A copy of the sql server 2000 db. I have the database setup up so that SQL Server 2005 can look at the database
A copy of the applications dll files found under a com directory
a. I also have a copy of the vb6 source code which I can look at with notepad2
b. I have a buildVB.bat which (apparently) was used to make the dll’s; I’m hoping I don’t have to run that though.
If I can do this relatively painless what are the necessary steps .. here is what I am guessing
- Unzip the wwwroot.zip file and preserver the file structure (c:\inetpub\wwwroot)
- Change the database connection settings to reflect my laptop. I don’t know where this global connection setting is located so that I can change it.
- Open up my browser and point to??? http://Localhost ??????????