Debug question

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

Hi,

I've researched this problem on the Web but none of the solutions seem to
apply to my problem

The store is quite simple:

I developed an application on my laptop (XP, .Net Framework 1.1, Visual
Studio v7.1.3088). The app is stored on my C:\inetpub\wwroot\maintanace.

I simply copied it to my Desktop (XP, .Net Framework 1.1, Visual Studio
v7.1.3088). The app is stored on my C:\inetpub\wwroot\maintanace.) It
loads in Visual Studio w/o error but when I try to run it I get:

---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. The project is not configured to be debugged.

Click Help for more information.
---------------------------
OK Help
---------------------------

The help file and most of the information on the web tell me that Visual
Studio is no set up for debugging. However, if I create a brand new project
on this desktop - debugging works just fine. Debugging also works fine
with this app on my laptop so there are no issues to persue regarding
web.config. Same web.config on both machines.

Is there something else that needs to be "tweaked" when you move your app?
I've seen this before on other projects and just continued doing my
development on my slow laptop. It's time I got passed this one.

Thanks
 
Right click you project.sln file and open it in notepad. The first two or
three lines will probably have the old machine name in the url that points
to where your proj file is. Change your old machine name to either your new
machine name or to localhost.

Brian Parlier
 
Back
Top