debugger does not get attached to a site
-
hi, i have developed a web site in vs 2005. when i execute the website by pressing F5, the site opens, but in the environment [vs 2005] it does not show that it is in the debugging mode. the site opens seperately. Sandeep Kumbhar
Where is your site hosted ? Its on IDE Env or IIS ? Have a look into this :) Debug Your ASP.NET Application that Hosted on IIS : Process Attach and Identify which process to attach[^] and Remote IIS Debugging : Debug your ASP.NET Application which is hosted on "Remote IIS Server"[^] These may help you :)
-
hi, i have developed a web site in vs 2005. when i execute the website by pressing F5, the site opens, but in the environment [vs 2005] it does not show that it is in the debugging mode. the site opens seperately. Sandeep Kumbhar
Other than what Abhijit suggested, you can also check whether your Terminal Service is Disabled or not. Visual Studio Debugger uses Terminal Service internally. Open Services.msc from Run, and Restart "Terminal Service" I think this might be one reason. :rose:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->****
InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend** -
Other than what Abhijit suggested, you can also check whether your Terminal Service is Disabled or not. Visual Studio Debugger uses Terminal Service internally. Open Services.msc from Run, and Restart "Terminal Service" I think this might be one reason. :rose:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->****
InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend**Abhishek Sur wrote:
Visual Studio Debugger uses Terminal Service internally.
can you please send the source of this information?
Hesham A. Amin My blog
-
Abhishek Sur wrote:
Visual Studio Debugger uses Terminal Service internally.
can you please send the source of this information?
Hesham A. Amin My blog
see this : https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=105751&wa=wsignin1.0[^]
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->****
InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend**