473,612 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debug Access Denied

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
Nov 19 '05 #1
6 1572

"Ron" <rm****@mchsi.c om> wrote in message
news:eL******** ******@TK2MSFTN GP12.phx.gbl...
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.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Nov 19 '05 #2
Ron
"Peter van der Goes" wrote:
"Ron" <rm****@mchsi.c om> wrote in message
news:eL******* *******@TK2MSFT NGP12.phx.gbl.. .
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.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.


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

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 19 '05 #3

"Ron" <rm****@mchsi.c om> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..

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...b;en-us;306005

Hope this helps.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Nov 19 '05 #4
Ron
"Peter van der Goes" wrote:
"Ron" <rm****@mchsi.c om> wrote in message
news:%2******* *********@tk2ms ftngp13.phx.gbl ...

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...b;en-us;306005

Hope this helps.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.


Peter,

I ran aspnet_regiis.e xe" -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

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 19 '05 #5

"Ron" <rm****@mchsi.c om> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..

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.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Nov 19 '05 #6
Finally! I have spent days on this, but finally found the solution in KB
article 821255.

http://support.microsoft.com/default...b;en-us;821255

Although it seems geared towards Win2K, it resolved the issue using XP
Pro.

Thanks for all your help!

Ron

*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1531
by: Tom Vogel | last post by:
This problem happens like every half our. I can build or rebuild a project and start the debugger just fine. But every now and then, a Confgiration Error, "Access is denied: 'myproject' is shown, marking <add assembly="*" /> in red. The underlying problem is, that one of the sub-folders in C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/projects_myproject/20c1afc0/b75ff3a7 is no longer accessible. When I try to...
1
1467
by: ganesh | last post by:
I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you like to disable the future attempts to debug".
6
1860
by: Peter Afonin | last post by:
Hello: I'm running Windows server 2003. I've never had any problems with debugging, but now I cannot debug ANY of my projects. I'm getting this error: "Error while trying to run project: Unable to start debugging on the web server. Access is denied." The only thing I've done recently was installing all the latest Microsoft
0
3529
by: ASP.Confused | last post by:
The old message looked a little stale, so I am re-posting it here. Anybody have any ideas of what I could do?!? The previous responses to this question are below. If you want to look at the original question, the subject line is: ADODB.NET and "Access Denied" I have an ASP.NET page writtein in VB that uses ADODB. I just had to
1
1296
by: Philip | last post by:
I am debugging an ASP.NET application .. and probably 50% of the time after I terminate a debug session I am unable to start with a new debug session due to a "Configuration Error"... a "Parser Error" message is displayed indicating that access is being denied for an assembly/DLL being referenced by the ASP.NET application. I am properly referencing the assembly/DLL because the debug session is working OK up until the point of forced...
2
2066
by: NAGY | last post by:
hello, I created an asp.net web app in C# from a non administrative account in Visual Studio 2003, .net 1.1. when i try to run the application in debug mode from Debug start menu option, i get an error saying "Error while trying to run project : unable to start debugging on web server. Access is Denied". i searched for the solution on various web sites (msdn too) and the only thing i could figure out is " I Can actually Debug the asp.net...
0
1770
by: Rico | last post by:
Helolo, I have an ASP.NET application on a Windows 2003 Server machine WITHOUT VS. I am working on an XPPro machine with VS 2003. I have installed the remote debugging components on the server. Aside from having administrative rights, I have also put myself in the Debugger Users group. I have added ASPNET and even IUSR_SERVERNAME to the Debuggers group (don't worry, it's a dev server not a live machine) and I still get "Access Denied"...
8
6040
by: Jeremy Ames | last post by:
I am trying to move an application from my system to a new test system. I really should have tried an easier program first, but I didn't really have a chance. My application was originally written in ASP.NET 1.1, but was migrated to 2.0 during development. The reason this is an issue is because the application is using the Microsoft.Web.UI.WebControls.dll for the tree view and tab strip controls that didn't exist prior to 2.0. Well, that is...
2
5998
by: CGatto | last post by:
Hi, We have just started getting the following error during compiles of our forms-based application. We are developing in VS2008, VB.Net, with Team Foundation Server-based source control. Full error message is: "Unable to copy file "obj\Debug\OurProjectName.xml" to "bin\Debug\OurProjectName.xml". Access to the path 'obj\Debug\OurProjectName.xml' is denied."
0
8115
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8568
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8254
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8422
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6082
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4111
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2555
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1699
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1416
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.