473,569 Members | 2,729 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to start debugging on Web server

TG
VB .NET 2003

I get the following error when trying to start my project:

Error while trying to run project: Unable to start debugging on the
web server. Server side-error occurred on sending debug HTTP request.
----------
I get the following error when I try to start the project without
debugging:

Server cannot access application directory
'C:\WINNT\Profi les\xxxxx\Perso nal\Visual Studio Projects\Regist er\'.
The directory does not exist or is not accessible because of security
settings.
-----------
The Register folder and its files (and its parents) are not read-only.
The ISS virtual direction permissions are the default permissions
from when I created the virtual directory.

I inherited this project from someone who has moved on, so not I'm not
yet intimately familiar with the app. I tried to start the app from
two different computers, with the same result.

Can someone please give me some advice on where to start looking in
order to correct this?

thanks
tg
Nov 20 '05 #1
4 3777
are you part of the debugger users group on your web server? It will be on
the local groups of the webserver.

-CJ
"TG" <tg******@ems.j sc.nasa.gov> wrote in message
news:82******** *************** **@posting.goog le.com...
VB .NET 2003

I get the following error when trying to start my project:

Error while trying to run project: Unable to start debugging on the
web server. Server side-error occurred on sending debug HTTP request.
----------
I get the following error when I try to start the project without
debugging:

Server cannot access application directory
'C:\WINNT\Profi les\xxxxx\Perso nal\Visual Studio Projects\Regist er\'.
The directory does not exist or is not accessible because of security
settings.
-----------
The Register folder and its files (and its parents) are not read-only.
The ISS virtual direction permissions are the default permissions
from when I created the virtual directory.

I inherited this project from someone who has moved on, so not I'm not
yet intimately familiar with the app. I tried to start the app from
two different computers, with the same result.

Can someone please give me some advice on where to start looking in
order to correct this?

thanks
tg

Nov 20 '05 #2

Yes, I am.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #3
I'll keep looking, but haven't found anything like that yet. Don't quite
understand what the register folder is.. however, you could just look in
your .sln or .vbproj file and look for that and see what it is. or whats
trying to access it, thats the best advice I can give right now. I'll keep
trying to find something better to answer you with.

-CJ

"Tom Guillory" <tg******@ems.j sc.nasa.gov> wrote in message
news:eQ******** ******@TK2MSFTN GP10.phx.gbl...

Yes, I am.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 20 '05 #4
Hello,

Thank you for using the community. I am Luke and I am review this issue
currently. from the error information:

Server cannot access application directory
'C:\WINNT\Profi les\xxxxx\Perso nal\Visual Studio Projects\Regist er\'.
The directory does not exist or is not accessible because of security
settings.

It seems the permission is not enough on the folder. You may try grant
everyone with FullControl permission on the special folder to see if it
will help.

For more inforamtion about ASP.NET securty setting:

HOW TO: Configure NTFS File Permissions for Security of ASP.NET Applications
http://support.microsoft.com/default...;EN-US;Q815153

Hope this help,

Luke
Microsoft Online Support

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

Nov 20 '05 #5

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

Similar topics

0
1732
by: Edelwater | last post by:
Hello, I have (possibly) a framework related problem Or VS specific : Error while trying to run the project: unable to start debugging on the server. could not start asp.net or atl debugging. Verify that ASP.NET or ATL Server is correctly installed on the Server. This occurs when i want to try to debug a project in Visual Studio. I
2
4797
by: TM | last post by:
When I run an ASP.Net application I am getting the following error: "Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged." I checked and made sure the Machine Debug Manager is running on the server, made sure the web.comfit file has debug=true. Mine is: <compilation...
11
2743
by: Claude seraphin | last post by:
I'am having this message while trying to rune my asp.net app on win3k server. I have set debug="true" in <compilation section in my web.config . Can anyone help me? Thanks in advance
16
4184
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
5
6554
by: Bruce Schechter | last post by:
I just started to develop an ASP.NET application in vs.net 2003 . But each time I try to execute the application (which is basically empty so far), I get a dialog box titled "Microsoft Development Environment" with this message: "Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on...
1
2386
by: Báltico | last post by:
After installing Windows 2003 Server SP1 I was unable to start any asp.net project either in Debug or Release mode. Every time I got the Unable to start debugging on the web server ... You do not have permission to debug the server ... Verify that you are an administrator or a member of "Debugger users" group I can no longer reproduce the...
3
2351
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
Just started to test a VB.net 2002 project for ASP.net application. After successfully installed the VS.net 2002 and tested the IIS 5.1 on XP Pro SP2 for some classical ASP programs, I am starting to build ASP.net programs now. For a new ASP.net project, an error message (i.e Unable to start debugging on the web server) popped out. I...
0
1284
by: Sreenath Rao Nellutla | last post by:
Hi, All I developed applications named WebApplication2, WebApplication3, WebApplication4 and WebApplication5 on one system. When I wanted to test the applications on the other system Im getting the problem as "Error while trying to run the project: Unable to start debugging on the web server.Server side errorr occured on sending debug HTTP...
4
7603
by: ian | last post by:
A few weeks ago I was able to run remote debugging from my local machine (VS 2005 XP sp2) but now I get the following message: unable to start debugging on the web server. logon failure: unknown user name or bad password I logged on to a neighbors computer and I can debug from his so the server should be OK right? The web server is...
0
3131
by: DR | last post by:
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I simply create a new SQL Server Project which creates a Test.sql, i then simply...
0
7695
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
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...
0
7922
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8119
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...
0
6281
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5509
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...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
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

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.