A
Al Santino
Hello,
I've created a simple C# web services project using Visual Studio 2005. My
service compiles and runs correctly when called by remote clients.
I'm able to step through the service in the debugger unless I add a
Global.asax file. When I do that and then try to run the debugger I receive
error 403. If I remove the Global.asax file things work fine. The
Global.asax file is the one generated by VS 2005 - I don't try to add
anything to it and receive the errors.
I've been through the past threads and tried the suggestions from here:
Title: BUG: Permissions Error When You Try to Debug an ASP.NET Web
Application
URL: http://support.microsoft.com/default.aspx?scid=kb;EN-US;319842
PRB: "Access Is Denied. Check the DCOM Configuration Settings for the
Machine Debug Manager" Error Message When You Debug ASP.NET Applications
http://support.microsoft.com/default.aspx?scid=KB;en-us;q306164
and a variety of other sources. Nothing seems to work.
I'm running under a local Admin account on Windows XP Pro and service packs
are up to date. The project in on my computer (localhost). Can anyone point
out what I may be doing wrong?
Thanks.
Al
I've created a simple C# web services project using Visual Studio 2005. My
service compiles and runs correctly when called by remote clients.
I'm able to step through the service in the debugger unless I add a
Global.asax file. When I do that and then try to run the debugger I receive
error 403. If I remove the Global.asax file things work fine. The
Global.asax file is the one generated by VS 2005 - I don't try to add
anything to it and receive the errors.
I've been through the past threads and tried the suggestions from here:
Title: BUG: Permissions Error When You Try to Debug an ASP.NET Web
Application
URL: http://support.microsoft.com/default.aspx?scid=kb;EN-US;319842
PRB: "Access Is Denied. Check the DCOM Configuration Settings for the
Machine Debug Manager" Error Message When You Debug ASP.NET Applications
http://support.microsoft.com/default.aspx?scid=KB;en-us;q306164
and a variety of other sources. Nothing seems to work.
I'm running under a local Admin account on Windows XP Pro and service packs
are up to date. The project in on my computer (localhost). Can anyone point
out what I may be doing wrong?
Thanks.
Al