473,804 Members | 2,109 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3454
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***@discussi ons.microsoft.c omwrote in message
news:01******** *************** ***********@mic rosoft.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***@discussi ons.microsoft.c omwrote in message
news:01******** *************** ***********@mic rosoft.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_MachineNam e 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***@discussi ons.microsoft.c omwrote in message
news:93******** *************** ***********@mic rosoft.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***@discussi ons.microsoft.c omwrote in message
news:01******* *************** ************@mi crosoft.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_MachineNam e 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***@discussi ons.microsoft.c omwrote in message
news:93******** *************** ***********@mic rosoft.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***@discussi ons.microsoft.c omwrote in message
news:01******** *************** ***********@mic rosoft.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_MachineNam e 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***@discussi ons.microsoft.c omwrote in message
news:93******** *************** ***********@mic rosoft.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***@discussi ons.microsoft.c omwrote in message
>news:01******* *************** ************@mi crosoft.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
5910
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 connect to the remote machine with VNC and start the application, once running from VS .NET on my development machine I connect to that process and the running app is shown in the IDE, but I cannot get the application to stop on any breakpoints...
7
1431
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. Click Help for more infomation.". I'm an administrator of my local machine and the page runs fine when I start without debugging. I've seen some things on the net about enabling remote debugging, but, again, I'm a local admin so what's up?
6
2208
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. If someone could tell me what I'm missing that would be great. 1. Create an external class and call it Test.dll. 2. Create a test Asp.net app called App.sln. 3. For App.sln I set a reference to Test.dll. 4. Compile App.sln and run it. The web...
6
1822
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 debug a web app from within vs.net 2005 locally on windows 2003 server I just cannot get debugging to work anywhere other than localhost I completely uninstalled the ie enhanced security I've been through all of the doc's i can google
5
3651
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 New System.Diagnostics.Process 'p.Start(MDEPDirStr & "macrun.exe", sPPTOut) p.Start("C:\WINDOWS\SYSTEM32\CALC.EXE") 'p.Start("C:\WINDOWS\SYSTEM32\macrun.exe", sPPTOut)
1
2029
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: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/html/sharepoint_debugwebparts.asp Debug Settings and Preparation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_Debugging_Preparation.asp unfortunately, I have...
5
7802
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 app.config file referencing arbitrary versions of the plug-in components they wish to consume. Here's the problem: Assuming I have installed any one of our application software,
0
1595
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 setup a remote debugging session between my local PC with the source code in c# vs2008 and an XP image with the application running in a VMware image running, on another networked PC. My local pc is part of a domain, the server running the vmware...
3
6639
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 installed on the server I want to debug, the remote debugger tools from the VS 2005 CD. I just install the windows application. I tried from there to debug, without succes. I could connect to the remote machine only when the msvsmon.exe is in the...
0
9595
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
10354
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
10359
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
10101
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...
0
6870
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4314
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
2
3837
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3005
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.