473,396 Members | 1,907 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,396 software developers and data experts.

asp.net debugging on local IIS

I can't get to debug on my local IIS using VStudio.net 2005 Prof. I can on
the development server. I get the msg 'the server does not support debugging
for asp.net...'
I have done the following as in 'How to: Enable Debugging for ASP.NET
Applications'

Under Debuggers ASP.NET box is selected
in web.config set compilation debug="true"

in virtual directory:
properties:
I have set execute permissions to 'scripts and executables'
application configuration, I have checked 'enable asp server-side
debugging' and 'client-side debugging'.

In the asp.net configuration tool I have checked 'enable debugging'.

In IE tools:

I have cleared 'disable script checking'

I think I need a hand here!
--
Apr 15 '07 #1
5 3429
See if the info in this KB helps :

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

For more info on debugging, see :

http://msdn2.microsoft.com/en-us/lib...f0(vs.71).aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
===================================
"gadya" <ga***@discussions.microsoft.comwrote in message
news:01**********************************@microsof t.com...
>I can't get to debug on my local IIS using VStudio.net 2005 Prof. I can on
the development server. I get the msg 'the server does not support debugging
for asp.net...'
I have done the following as in 'How to: Enable Debugging for ASP.NET
Applications'

Under Debuggers ASP.NET box is selected
in web.config set compilation debug="true"

in virtual directory:
properties:
I have set execute permissions to 'scripts and executables'
application configuration, I have checked 'enable asp server-side
debugging' and 'client-side debugging'.

In the asp.net configuration tool I have checked 'enable debugging'.

In IE tools:

I have cleared 'disable script checking'

I think I need a hand here!
--

Apr 15 '07 #2
Juan,
Thanks for the links. Haven't found anything that seems to click though
apart from the fact that it says:
'You must still make sure that you have adequate permissions to debug. When
you install Visual Studio or Visual Studio server components on a computer,
it creates a Windows group called Debugger Users.'

I don't have such a group, but I am the sole user and administrator.

As to: BUG: Error while trying to run project: Unable to start debugging on
the web server. Could not start ASP.NET or ATL Server debugging. That's not
my error msg and it doesn't seem to tie up at all.
"Juan T. Llibre" wrote:
See if the info in this KB helps :

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

For more info on debugging, see :

http://msdn2.microsoft.com/en-us/lib...f0(vs.71).aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
===================================
"gadya" <ga***@discussions.microsoft.comwrote in message
news:01**********************************@microsof t.com...
I can't get to debug on my local IIS using VStudio.net 2005 Prof. I can on
the development server. I get the msg 'the server does not support debugging
for asp.net...'
I have done the following as in 'How to: Enable Debugging for ASP.NET
Applications'

Under Debuggers ASP.NET box is selected
in web.config set compilation debug="true"

in virtual directory:
properties:
I have set execute permissions to 'scripts and executables'
application configuration, I have checked 'enable asp server-side
debugging' and 'client-side debugging'.

In the asp.net configuration tool I have checked 'enable debugging'.

In IE tools:

I have cleared 'disable script checking'

I think I need a hand here!
--


Apr 15 '07 #3
1. Which OS are you using ?

2. Make sure your "Debugger Users" group includes the account you
use to login into Windows and the IWAM_MachineName accounts.

3. If you don't have that group, create it and add those accounts.

4. Also, if the ASP.NET worker process is running as the ASPNET account,
or as the NETWORK SERVICE account, you need Administrator privileges to debug it.

5. Are you impersonating the ASP.NET worker process ?
If so, the account you're using must be a member of the Administrators and Debugger Users groups.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
===================================
"gadya" <ga***@discussions.microsoft.comwrote in message
news:93**********************************@microsof t.com...
Juan,
Thanks for the links. Haven't found anything that seems to click though
apart from the fact that it says:
'You must still make sure that you have adequate permissions to debug. When
you install Visual Studio or Visual Studio server components on a computer,
it creates a Windows group called Debugger Users.'

I don't have such a group, but I am the sole user and administrator.

As to: BUG: Error while trying to run project: Unable to start debugging on
the web server. Could not start ASP.NET or ATL Server debugging. That's not
my error msg and it doesn't seem to tie up at all.
"Juan T. Llibre" wrote:
>See if the info in this KB helps :

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

For more info on debugging, see :

http://msdn2.microsoft.com/en-us/lib...f0(vs.71).aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
===================================
"gadya" <ga***@discussions.microsoft.comwrote in message
news:01**********************************@microso ft.com...
>I can't get to debug on my local IIS using VStudio.net 2005 Prof. I can on
the development server. I get the msg 'the server does not support debugging
for asp.net...'
I have done the following as in 'How to: Enable Debugging for ASP.NET
Applications'

Under Debuggers ASP.NET box is selected
in web.config set compilation debug="true"

in virtual directory:
properties:
I have set execute permissions to 'scripts and executables'
application configuration, I have checked 'enable asp server-side
debugging' and 'client-side debugging'.

In the asp.net configuration tool I have checked 'enable debugging'.

In IE tools:

I have cleared 'disable script checking'

I think I need a hand here!
--




Apr 15 '07 #4
Thanks but I'll have to leave it at the moment as the system has begun to
play up and the development server is now also having problems.

Will get back when I'm sorted out!
--

"Juan T. Llibre" wrote:
1. Which OS are you using ?

2. Make sure your "Debugger Users" group includes the account you
use to login into Windows and the IWAM_MachineName accounts.

3. If you don't have that group, create it and add those accounts.

4. Also, if the ASP.NET worker process is running as the ASPNET account,
or as the NETWORK SERVICE account, you need Administrator privileges to debug it.

5. Are you impersonating the ASP.NET worker process ?
If so, the account you're using must be a member of the Administrators and Debugger Users groups.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
===================================
"gadya" <ga***@discussions.microsoft.comwrote in message
news:93**********************************@microsof t.com...
Juan,
Thanks for the links. Haven't found anything that seems to click though
apart from the fact that it says:
'You must still make sure that you have adequate permissions to debug. When
you install Visual Studio or Visual Studio server components on a computer,
it creates a Windows group called Debugger Users.'

I don't have such a group, but I am the sole user and administrator.

As to: BUG: Error while trying to run project: Unable to start debugging on
the web server. Could not start ASP.NET or ATL Server debugging. That's not
my error msg and it doesn't seem to tie up at all.
"Juan T. Llibre" wrote:
See if the info in this KB helps :

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

For more info on debugging, see :

http://msdn2.microsoft.com/en-us/lib...f0(vs.71).aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
===================================
"gadya" <ga***@discussions.microsoft.comwrote in message
news:01**********************************@microsof t.com...
I can't get to debug on my local IIS using VStudio.net 2005 Prof. I can on
the development server. I get the msg 'the server does not support debugging
for asp.net...'
I have done the following as in 'How to: Enable Debugging for ASP.NET
Applications'

Under Debuggers ASP.NET box is selected
in web.config set compilation debug="true"

in virtual directory:
properties:
I have set execute permissions to 'scripts and executables'
application configuration, I have checked 'enable asp server-side
debugging' and 'client-side debugging'.

In the asp.net configuration tool I have checked 'enable debugging'.

In IE tools:

I have cleared 'disable script checking'

I think I need a hand here!
--

Apr 15 '07 #5
The system was corrupt. I have reinstalled and everything is now working.
thanks for help.
--
Victor
"gadya" wrote:
Thanks but I'll have to leave it at the moment as the system has begun to
play up and the development server is now also having problems.

Will get back when I'm sorted out!
--

"Juan T. Llibre" wrote:
1. Which OS are you using ?

2. Make sure your "Debugger Users" group includes the account you
use to login into Windows and the IWAM_MachineName accounts.

3. If you don't have that group, create it and add those accounts.

4. Also, if the ASP.NET worker process is running as the ASPNET account,
or as the NETWORK SERVICE account, you need Administrator privileges to debug it.

5. Are you impersonating the ASP.NET worker process ?
If so, the account you're using must be a member of the Administrators and Debugger Users groups.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
===================================
"gadya" <ga***@discussions.microsoft.comwrote in message
news:93**********************************@microsof t.com...
Juan,
Thanks for the links. Haven't found anything that seems to click though
apart from the fact that it says:
'You must still make sure that you have adequate permissions to debug. When
you install Visual Studio or Visual Studio server components on a computer,
it creates a Windows group called Debugger Users.'
>
I don't have such a group, but I am the sole user and administrator.
>
As to: BUG: Error while trying to run project: Unable to start debugging on
the web server. Could not start ASP.NET or ATL Server debugging. That's not
my error msg and it doesn't seem to tie up at all.
>
>
"Juan T. Llibre" wrote:
>
>See if the info in this KB helps :
>>
>http://support.microsoft.com/default...b/814717/en-us
>>
>For more info on debugging, see :
>>
>http://msdn2.microsoft.com/en-us/lib...f0(vs.71).aspx
>>
>>
>>
>>
>Juan T. Llibre, asp.net MVP
>asp.net faq : http://asp.net.do/faq/
>foros de asp.net, en espaƱol : http://asp.net.do/foros/
>===================================
>"gadya" <ga***@discussions.microsoft.comwrote in message
>news:01**********************************@microso ft.com...
>I can't get to debug on my local IIS using VStudio.net 2005 Prof. I can on
the development server. I get the msg 'the server does not support debugging
for asp.net...'
I have done the following as in 'How to: Enable Debugging for ASP.NET
Applications'
>
Under Debuggers ASP.NET box is selected
in web.config set compilation debug="true"
>
in virtual directory:
properties:
I have set execute permissions to 'scripts and executables'
application configuration, I have checked 'enable asp server-side
debugging' and 'client-side debugging'.
>
In the asp.net configuration tool I have checked 'enable debugging'.
>
In IE tools:
>
I have cleared 'disable script checking'
>
I think I need a hand here!
--
>>
>>
>>

Apr 18 '07 #6

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

Similar topics

3
by: Nick Bunton | last post by:
I have setup remote debugging on an NT4 workstation for testing. I then build from the debug config on my machine and copy all the files from the /bin/debug folder including the .PDB files. I then...
7
by: Colin | last post by:
I recently installed both XP SP2 and Visual Studio 2005 and now when I try to debug my application I get an error: "Error while trying to run project: Unable to start debugging on the web server....
6
by: Brian Bischof | last post by:
I'm having troubles getting the debugging process to work consistenly for external classes. I got it to work once and then I turned it off. But now I can't get re-enabled. Here is what I'm doing....
6
by: gerry | last post by:
I am almost at the end of my rope - I have to go through this process everytime a new version of studio is released or it is installed on a new machine - what a (^%&$^& pain. I am trying to...
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...
1
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts:...
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
by: Peted | last post by:
I suspect there is a better forum for this question, but i couldnt find it. If someone could point me in the right direction or help me with this question it would be muchly appreciated I have...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
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...
0
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...
0
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,...

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.