Debug Access Denied

R

Ron

Running IIS 5.1 on local machine running XP Pro SP2
Trying to debug an ASP.NET app
Error: Unable to start debugging on the web server. Access is denied.

Is my problem with IIS?
How do I fix this?

Thanks,
Ron
 
P

Peter van der Goes

Ron said:
Running IIS 5.1 on local machine running XP Pro SP2
Trying to debug an ASP.NET app
Error: Unable to start debugging on the web server. Access is denied.

Is my problem with IIS?
How do I fix this?

Thanks,
Ron
New installation? If so, did you install IIS after Visual Studio?
Did you used to be able to debug, or have you never been able to debug?
Are you signed on with an administrator account and password?
Please provide more information.
 
R

Ron

Peter van der Goes said:
New installation? If so, did you install IIS after Visual Studio?
Did you used to be able to debug, or have you never been able to debug?
Are you signed on with an administrator account and password?
Please provide more information.

Peter,

Yes it's a new installation, (a few weeks old), I don't really recall
which I installed first - IIS or VS 2002. I gather this makes a
difference. Let's assume I did it in the "wrong" order. I think IIS came
first, but am not positive.

I am signed on to XP as an administrator with password.

Thanks, Ron
 
P

Peter van der Goes

Ron said:
Yes it's a new installation, (a few weeks old), I don't really recall
which I installed first - IIS or VS 2002. I gather this makes a
difference. Let's assume I did it in the "wrong" order. I think IIS came
first, but am not positive.

I am signed on to XP as an administrator with password.

Thanks, Ron
You can try following the instructions in Knowledge Base Article #306005:

http://support.microsoft.com/default.aspx?scid=kb;en-us;306005

Hope this helps.
 
R

Ron

Peter van der Goes said:
You can try following the instructions in Knowledge Base Article #306005:

http://support.microsoft.com/default.aspx?scid=kb;en-us;306005

Hope this helps.

Peter,

I ran aspnet_regiis.exe" -i earlier to no avail. It actually took care
of a previous error, but now I have the access denied error. You
mentioned earlier about the sequence I installed IIS and VS. It seems I
read somewhere about reinstalling the .net framework. Is that a viable
option? Or were you thinking about something concerning the order I
installed them?

Could a reinstall help or would I just be spinning my wheels?

Thanks,
Ron
 
P

Peter van der Goes

My concern was the possibility that you had installed Visual Studio before
installing IIS, hence the reference to #306005.
Reinstalling the .NET Framework is another way to remap to IIS. I don't know
if it will help you, but it's worth a try.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top