Groups > Asp .Net > Visual Studio 2005 > Re: Unable to start debugging on the web server. The debugger is not registered on the web server computer. Visual Studio or the full remote debugger components must be installed on the web server!




Unable to start debugging on the web server. The debugger is
not registered on the web server computer. Visual Studio or
the full remote debugger components must be installed on the
web server!

Unable to start debugging on the web server. The debugger is not registered on the web server computer. Visual Studio or the full remote debugger components must be installed on the web server!
Tue, 25 Mar 2008 15:54:04 +000
Can somebody help me with this error message i get this when i want to debug my
web application. I looked on the web many sites are talking about it but no one
gives a good explanation for it. I use VS 2005, My OS is Windows XP professional
64 bits(Maybe this is the cause!) And the web prject is a Shop online. Thanks
for your help!!
Post Reply
Re: Unable to start debugging on the web server. The debugger is not registered on the web server computer. Visual Studio or the full remote debugger components must be installed on the web server!
Tue, 25 Mar 2008 16:37:09 +000
I think you should register IIS with Framework 2.0;

How?

run the below command on Command Prompt.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

Hope it will work.

Regards,
Post Reply
Re: Unable to start debugging on the web server. The debugger is not registered on the web server computer. Visual Studio or the full remote debugger components must be installed on the web server!
Tue, 25 Mar 2008 17:06:25 +000
Thanks for your Answer Shaikhather, 

But already Tried that solution still The same problem. Do you think my 64 bit
Windows has something to do with it?
Post Reply
Re: Unable to start debugging on the web server. The debugger is not registered on the web server computer. Visual Studio or the full remote debugger components must be installed on the web server!
Thu, 27 Mar 2008 12:48:46 +000
Hi,

The Visual Studio 2005 runs under WOW64 on the 64 bit machine and Visual Studio
2005 uses remote debugging to connect between WOW64 and the 64-bit application
on machine. To debug on the 64 bit machine, we need to make sure the remote
debugging components are installed correctly. 

For more information, see How to: Debug 64-Bit Applications and Debugging on a
64-Bit Platform.

 

If this doesn’t help you, please feel free to let me know.


I hope this helps.
Post Reply
about | contact