Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot debug web app when online to TFS

Status
Not open for further replies.

evaleah

Programmer
Mar 18, 2003
252
US
I have a web app written in C# in Visual Studio 2010 connected to Team Foundation Server 2010. When I have the solution offline it debugs just fine. The exact same solution, when it is online, gives an error:

Unable to start debugging on the web server. The web server is not configured correctly. See help for common configuration errors. Running the page outside of the debugger may provide further information.

Only, of course, it works perfectly outside of the debugger! Does anyone have any ideas at all of what I might be missing here?

Thank you!
Eva
 
I figured this out.

Turns out I had a different startup path for the project depending on where the source code was sitting. I have corrected the startup path and everything is working now.
 
FYI....there is a new TFS forum here on TT - forum1778


Mark

"You guys pair up in groups of three, then line up in a circle."
- Bill Peterson, a Florida State football coach
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top