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.
open problem project in vs.net ide.
select project->"project name" properties...
select configuration properties->debugging.
please make sure "start action" set "start project" , "asp.net debugging" enabled.
Comments
Post a Comment