c# - ASP.NET Debugging Multiple Projects - Error -


i have 2 seperate asp.net applications on single solution. change startup order of projects menu in order debug them. although first asp.net application can start on debug mode, second 1 gets error this:

" unable start debugging on web server. unable autoattach.

make sure server operating correctly. verify there no syntax errors in web.config doing debug.start without debugging.you may want refer asp.net , atlserver debugging topic in online documentation"

how can fix it?

check answer out here:

http://www.velocityreviews.com/forums/t65889-auto-attach-aspnet_wp-exe-in-visual-studio.html

hope helps

edit: here's text site requested:

since default web application ok , problem occurs in specific web application, please check following settings of problem project.

  1. open problem project in vs.net ide.

  2. select project->"project name" properties...

  3. select configuration properties->debugging.

  4. please make sure "start action" set "start project" , "asp.net debugging" enabled.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -