Debug

  • Thread starter Thread starter Claudio
  • Start date Start date
C

Claudio

I have a win2003 server that I use as the Web Server IIS6. On my terminal I
have a WinXp Pro where I develop my applications. I am using VS 2003 with C#
to develop. The source code is in a folder on my Win2003 server. I created a
new ASP.NET project. When I try to run with debug, I receive a message :
"unable to star debugging on the web server". it also says that the user has
no rigth to debug and I have to include the user on the Debugger Group on
the server. I have already done it and I still receives the same message.
Does anyone know what I have to do to solve this problem?
 
Have you run IIS lockdown? If so you might have a program called URLScan
running, and you will have to edit the .ini file to allow for the DEBUG
action to be run on the server. I had this issue. Also, what user are you
using to debug? What about running your program as an administrator (while
debugging) to see if it works?

Good luck
 
Back
Top