Problem Debugging

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

I am having problems debugging an ASP.NET application. I have a quite odd configuration that includes:

Win2K Adv. Server SP4
IIS 5.0
ISA Server
VS.NET 2003

The error message I am getting says:

"Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone."

Any idea? Is the ISA Server causing problems? If so, is there any configuration information that I could read?

Thanks a lot.
Mike
 
Hi Mike,

Thank you for using the community.

Normally, this kind of error will occur when we debug an ASP.NET
application which locates on outside web site. However, from your
description, you debug the application on the same server? Is my
understanding correct?

I also suspect the problem is related to the ISA server. You can Open IE,
click Tools/Connection. In the Lan Settings, have you set a proxy server
here? If so, you need to check the "Bypass Proxy server for local
addresses". Additionally, you may try to add the web site to the Trust
Sites to see if it will help.

Furthermore, you may refer following article, it include some basic trouble
shooting steps for this kind of problem:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/htm
l/vxtbshttpservererrors.asp


Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Hi Luke,

Thanks very much for your answer. I tried what you suggested and what I
think worked is the addition of my Intranet domain in the "Connection->LAN
Settings->Do not use proxy server for addresses beginning with:". I tried to
remove it and I get the original error message. I also had a problem with
the configuration of the IIS and the URL you gave me helped a lot.

Again, thanks for your help.
 
Back
Top