473,320 Members | 1,853 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Debugging problem

I've been unable to debug a .NET web application with Visual Studio.
Every time I try to run it, I get the error message:

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

I know there are several posts from users who experienced the same
problem, but none of the solutions are working for me. Based on
information I read in previous posts, the gotdotnet and microsoft
websites, as well as VS help, I have tried the following things:
-Added new account ASPNET and ensured that process aspnet_wp.exe is
running.

-Verified that web.config is properly formed with no syntax errors and
has the debug attribute set to true.

-Reinstalled the dotnet framework

-Verified IIS security settings and gave the web application a name in
the Properties dialog box for the application.
I'm running Windows XP Pro with IIS 5.1. If anyone has any other
suggestions on how to resolve the problem, please let me know.

Thanks,

Kevin
Nov 17 '05 #1
6 2027
Tap
Do you have permission set for that application folder on
the IIS ?
-----Original Message-----
I've been unable to debug a .NET web application with Visual Studio.Every time I try to run it, I get the error message:

Error while trying to run project: Unable to start debugging on theweb server. Server side-error occurred on sending debug HTTP request.
I know there are several posts from users who experienced the sameproblem, but none of the solutions are working for me. Based oninformation I read in previous posts, the gotdotnet and microsoftwebsites, as well as VS help, I have tried the following things:

-Added new account ASPNET and ensured that process aspnet_wp.exe isrunning.

-Verified that web.config is properly formed with no syntax errors andhas the debug attribute set to true.

-Reinstalled the dotnet framework

-Verified IIS security settings and gave the web application a name inthe Properties dialog box for the application.
I'm running Windows XP Pro with IIS 5.1. If anyone has any othersuggestions on how to resolve the problem, please let me know.
Thanks,

Kevin
.

Nov 17 '05 #2
I have it set to allow for anonymous access and integrated Windows
authentication. Is this what you are referring to?
"Tap" <em***@email.com> wrote in message news:<00****************************@phx.gbl>...
Do you have permission set for that application folder on
the IIS ?
-----Original Message-----
I've been unable to debug a .NET web application with

Visual Studio.
Every time I try to run it, I get the error message:

Error while trying to run project: Unable to start

debugging on the
web server. Server side-error occurred on sending debug

HTTP request.

I know there are several posts from users who experienced

the same
problem, but none of the solutions are working for me.

Based on
information I read in previous posts, the gotdotnet and

microsoft
websites, as well as VS help, I have tried the following

things:


-Added new account ASPNET and ensured that process

aspnet_wp.exe is
running.

-Verified that web.config is properly formed with no

syntax errors and
has the debug attribute set to true.

-Reinstalled the dotnet framework

-Verified IIS security settings and gave the web

application a name in
the Properties dialog box for the application.
I'm running Windows XP Pro with IIS 5.1. If anyone has

any other
suggestions on how to resolve the problem, please let me

know.

Thanks,

Kevin
.

Nov 17 '05 #3
Is your ASPNET account a memeber of the Debugger Users and VS Developers
groups?
"Kevin" <ke******@imvlimited.com> wrote in message
news:d3**************************@posting.google.c om...
I have it set to allow for anonymous access and integrated Windows
authentication. Is this what you are referring to?
"Tap" <em***@email.com> wrote in message

news:<00****************************@phx.gbl>...
Do you have permission set for that application folder on
the IIS ?
-----Original Message-----
I've been unable to debug a .NET web application with

Visual Studio.
Every time I try to run it, I get the error message:

Error while trying to run project: Unable to start

debugging on the
web server. Server side-error occurred on sending debug

HTTP request.

I know there are several posts from users who experienced

the same
problem, but none of the solutions are working for me.

Based on
information I read in previous posts, the gotdotnet and

microsoft
websites, as well as VS help, I have tried the following

things:


-Added new account ASPNET and ensured that process

aspnet_wp.exe is
running.

-Verified that web.config is properly formed with no

syntax errors and
has the debug attribute set to true.

-Reinstalled the dotnet framework

-Verified IIS security settings and gave the web

application a name in
the Properties dialog box for the application.
I'm running Windows XP Pro with IIS 5.1. If anyone has

any other
suggestions on how to resolve the problem, please let me

know.

Thanks,

Kevin
.

Nov 17 '05 #4
I'm not sure.. how do I verify this?

"Scott M." <s-***@badspamsnet.net> wrote in message news:<#$*************@TK2MSFTNGP10.phx.gbl>...
Is your ASPNET account a memeber of the Debugger Users and VS Developers
groups?
"Kevin" <ke******@imvlimited.com> wrote in message
news:d3**************************@posting.google.c om...
I have it set to allow for anonymous access and integrated Windows
authentication. Is this what you are referring to?
"Tap" <em***@email.com> wrote in message

news:<00****************************@phx.gbl>...
Do you have permission set for that application folder on
the IIS ?

>-----Original Message-----
>I've been unable to debug a .NET web application with Visual Studio. >Every time I try to run it, I get the error message:
>
>Error while trying to run project: Unable to start debugging on the >web server. Server side-error occurred on sending debug HTTP request. >
>I know there are several posts from users who experienced the same >problem, but none of the solutions are working for me. Based on >information I read in previous posts, the gotdotnet and microsoft >websites, as well as VS help, I have tried the following things: >
>
>-Added new account ASPNET and ensured that process aspnet_wp.exe is >running.
>
>-Verified that web.config is properly formed with no syntax errors and >has the debug attribute set to true.
>
>-Reinstalled the dotnet framework
>
>-Verified IIS security settings and gave the web application a name in >the Properties dialog box for the application.
>
>
>I'm running Windows XP Pro with IIS 5.1. If anyone has any other >suggestions on how to resolve the problem, please let me know. >
>Thanks,
>
>Kevin
>.
>

Nov 17 '05 #5
On the machine that has the ASPNET account, go into Control Panel and then
Administrative Tools then Computer Management.

Once there expand the Local Users And Groups section. Under Users, double
click the ASPNET account and look at the tab called Member Of.

By default, the ASPNET account is not a member of the Debugger Users or VS
Developers groups, so don't be surprised to not see these groups listed.

If they are not listed, then go into the Groups section and then the
Debugger Users group. Add the ASPNET account to that group, then repeat the
process for the VS Developers group.

Hope this helps!
"Kevin" <ke******@imvlimited.com> wrote in message
news:d3**************************@posting.google.c om...
I'm not sure.. how do I verify this?

"Scott M." <s-***@badspamsnet.net> wrote in message

news:<#$*************@TK2MSFTNGP10.phx.gbl>...
Is your ASPNET account a memeber of the Debugger Users and VS Developers
groups?
"Kevin" <ke******@imvlimited.com> wrote in message
news:d3**************************@posting.google.c om...
I have it set to allow for anonymous access and integrated Windows
authentication. Is this what you are referring to?
"Tap" <em***@email.com> wrote in message

news:<00****************************@phx.gbl>...
> Do you have permission set for that application folder on
> the IIS ?
>
> >-----Original Message-----
> >I've been unable to debug a .NET web application with

Visual Studio.
> >Every time I try to run it, I get the error message:
> >
> >Error while trying to run project: Unable to start

debugging on the
> >web server. Server side-error occurred on sending debug

HTTP request.
> >
> >I know there are several posts from users who experienced

the same
> >problem, but none of the solutions are working for me.

Based on
> >information I read in previous posts, the gotdotnet and

microsoft
> >websites, as well as VS help, I have tried the following

things:
> >
> >
> >-Added new account ASPNET and ensured that process

aspnet_wp.exe is
> >running.
> >
> >-Verified that web.config is properly formed with no

syntax errors and
> >has the debug attribute set to true.
> >
> >-Reinstalled the dotnet framework
> >
> >-Verified IIS security settings and gave the web

application a name in
> >the Properties dialog box for the application.
> >
> >
> >I'm running Windows XP Pro with IIS 5.1. If anyone has

any other
> >suggestions on how to resolve the problem, please let me

know.
> >
> >Thanks,
> >
> >Kevin
> >.
> >

Nov 17 '05 #6
Scott,

I added ASPNET to the Debugger Users and VS Developers groups as you
instructed, and rebooted. I tried to run the program again, but still
got the same error. I have verified that the ASPNET account was added
to both groups correctly, and don't know what else to check at this
point. Do you have any other suggestions?

Thanks for your help,

Kevin
"Scott M." <s-***@badspamsnet.net> wrote in message news:<uC**************@tk2msftngp13.phx.gbl>...
On the machine that has the ASPNET account, go into Control Panel and then
Administrative Tools then Computer Management.

Once there expand the Local Users And Groups section. Under Users, double
click the ASPNET account and look at the tab called Member Of.

By default, the ASPNET account is not a member of the Debugger Users or VS
Developers groups, so don't be surprised to not see these groups listed.

If they are not listed, then go into the Groups section and then the
Debugger Users group. Add the ASPNET account to that group, then repeat the
process for the VS Developers group.

Hope this helps!
"Kevin" <ke******@imvlimited.com> wrote in message
news:d3**************************@posting.google.c om...
I'm not sure.. how do I verify this?

"Scott M." <s-***@badspamsnet.net> wrote in message

news:<#$*************@TK2MSFTNGP10.phx.gbl>...
Is your ASPNET account a memeber of the Debugger Users and VS Developers
groups?
"Kevin" <ke******@imvlimited.com> wrote in message
news:d3**************************@posting.google.c om...
> I have it set to allow for anonymous access and integrated Windows
> authentication. Is this what you are referring to?
>
>
> "Tap" <em***@email.com> wrote in message news:<00****************************@phx.gbl>... > > Do you have permission set for that application folder on
> > the IIS ?
> >
> > >-----Original Message-----
> > >I've been unable to debug a .NET web application with Visual Studio. > > >Every time I try to run it, I get the error message:
> > >
> > >Error while trying to run project: Unable to start debugging on the > > >web server. Server side-error occurred on sending debug HTTP request. > > >
> > >I know there are several posts from users who experienced the same > > >problem, but none of the solutions are working for me. Based on > > >information I read in previous posts, the gotdotnet and microsoft > > >websites, as well as VS help, I have tried the following things: > > >
> > >
> > >-Added new account ASPNET and ensured that process aspnet_wp.exe is > > >running.
> > >
> > >-Verified that web.config is properly formed with no syntax errors and > > >has the debug attribute set to true.
> > >
> > >-Reinstalled the dotnet framework
> > >
> > >-Verified IIS security settings and gave the web application a name in > > >the Properties dialog box for the application.
> > >
> > >
> > >I'm running Windows XP Pro with IIS 5.1. If anyone has any other > > >suggestions on how to resolve the problem, please let me know. > > >
> > >Thanks,
> > >
> > >Kevin
> > >.
> > >

Nov 17 '05 #7

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

Similar topics

5
by: Don Hans | last post by:
Gents, Have .Net2003 Enterprise architect installed on a Win2k Server with IIS. Even logged in as administrator, I cannot run any ASP.NET app with debugging. I always get the error "Unable to...
0
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs...
16
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...
2
by: Alex Clark | last post by:
Hi All, My system: WinXP Pro, VS.NET 2003, SQL Server Personal Edition. I'm having problems with my old favourite demon, SQL Debugging from within VS.NET. I have to say I've found this...
1
by: Jason Smith | last post by:
I'm rather new with vb.net and I'm having problems debugging a large vb.net application. The application is randomly crashing at two locations with "referenced memory at 0x0" violations. My...
5
by: snicks | last post by:
I'm trying to exec a program external to my ASP.NET app using the following code. The external app is a VB.NET application. Dim sPPTOut As String sPPTOut = MDEPDirStr + sID + ".ppt" Dim p As...
5
by: phnimx | last post by:
Hi , We have developed a number of plug-in .NET Library Components that we typically deploy with our various applications by installing them into the GAC. Each of the applications contains an...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
2
jwwicks
by: jwwicks | last post by:
C/C++ Programs and Debugging in Linux This tutorial will give you a basic idea how to debug a program in Linux using GDB. As you are aware Visual Studio doesn’t run on Linux so you have to use...
3
by: Yves Gagnon | last post by:
Hi, I try to debug a WCF hosted in a windows services on a serveur that is on an other domaine then my developpement machine. I tried many things without succes. Here is what I tried: First I...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.