19-05-2007, 06:05 PM
|
#1 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
.net debugging problem!!!
when i am trying to run an asp web application project in .net the fillowing message is displayed
Error while trying to run project: Unable to start debugging on the web server. You do not have permissions to debug the server.
Verify that you are a member of the 'Debugger Users' group on the server. Would you like to disable future attempts to debug ASP.NET pages for this project?
OS Windows xp professional sp2 IIS installed
Microsoft Visual Studio .NET 2003
whats the problem?!!! help me...
Last edited by prinz; 20-05-2007 at 02:50 PM.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
20-05-2007, 08:09 PM
|
#2 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
pls... reply me... anybody there!!!...
|
|
|
21-05-2007, 01:13 AM
|
#3 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
|
Re: .net debugging problem!!!
As I had formated my HDD I could not recreate this error. But try the following.
Open MMC > Local users and groups > Groups.
There must be a entry for "Debugger User" , Open it , there will be a button called ADD. click on that and add your windows user account and click OK. Apply the changes and restart system. Most probabally this should fix the problem. Please let me know if you are facing this error even after this.
|
|
|
21-05-2007, 09:58 AM
|
#4 (permalink)
|
|
HELP AND SUPPORT
Join Date: Jun 2006
Posts: 1,603
|
Re: .net debugging problem!!!
Try this:
1. In the Internet Explorer, "Tools" Menu, select "Internet Options".
2. Switch to "Security" Tab.
3. Click on "Internet" (The Globe Icon. Its actually the default selected).
4. Click on "Custom Level" in the bottom.
5. Scroll down to find the "User Authentication" section.
6. Select "Automatic logon with current username and password".
7. Click "Ok" twice to exit.
This should solve the issue.
In case this Doesnt solve,Check the Below link
|
|
|
21-05-2007, 03:09 PM
|
#5 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
thanks for your replies... but its not working...
" Error while trying to run project: Unable to start debugging on the web server. Access is denied.
Would you like to diable future attempts to debug ASP.NET pages for this project? "
|
|
|
21-05-2007, 03:35 PM
|
#6 (permalink)
|
|
CG Artist
Join Date: May 2006
Location: New Delhi,India
Posts: 1,462
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by prinz
thanks for your replies... but its not working...
" Error while trying to run project: Unable to start debugging on the web server. Access is denied.
Would you like to diable future attempts to debug ASP.NET pages for this project? "
|
hmm I had the same problem and i solved it very easily.
Is it the first time you are running Web Application? or it was debugging it successfully and recently gave this error?
You have to install the .net again becuase your IIS is either corrupt or its not configured.Do these things first.
1.) Uninstall your Visual Studio.net and .net framework.
2.) Now from your Windows CD install ISS.
3.) You need to install the Frontpage configuration also.
4.) Now install the .net framework and Visual Studio.net
If you are not getting what i am saying there is a readme file with Visual Studio.net and check it.
|
|
|
21-05-2007, 03:39 PM
|
#7 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
|
Re: .net debugging problem!!!
If you are trying just to run the app then run it with out debugging. use Ctrl+F5 . Is this a project which was already created and you tried to copy it and run it on your local or you created it from within VS.NET ?
|
|
|
21-05-2007, 03:41 PM
|
#8 (permalink)
|
|
CG Artist
Join Date: May 2006
Location: New Delhi,India
Posts: 1,462
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by charangk
If you are trying just to run the app then run it with out debugging. use Ctrl+F5 . Is this a project which was already created and you tried to copy it and run it on your local or you created it from within VS.NET ?
|
Yeah if its copied then.Go to Inetpub-->www root->Your project right click it and enable the sharing.But we want more details about your problem.
|
|
|
21-05-2007, 10:42 PM
|
#9 (permalink)
|
|
In The Zone
Join Date: Oct 2005
Location: NEW DELHI
Posts: 436
|
Re: .net debugging problem!!!
dude is ur drive ntfs the web server when not secured is also not able too start web server
__________________
:)) - KEEP SMILING
|
|
|
23-05-2007, 12:16 AM
|
#10 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
|
Re: .net debugging problem!!!
@prinz ??? where are you !!!
|
|
|
23-05-2007, 12:18 PM
|
#11 (permalink)
|
|
Right Off the Assembly Line
Join Date: May 2005
Posts: 31
|
Re: .net debugging problem!!!
Go to control panel -> Administrative tools -> Comp Mgmt -> Local User and Grp -> Groups
right click Debugger Users and go to property
Add ur id as member of this grp.
|
|
|
23-05-2007, 03:31 PM
|
#12 (permalink)
|
|
Right Off the Assembly Line
Join Date: Apr 2007
Location: india
Posts: 1
|
Re: .net debugging problem!!!
register the asp.net dll with iis....
find the following dll: aspnet_isapi.dll (mostly in .net framework directory)...
then
START --> RUN
enter the following command...regsvr32.exe followed by the path of the dll...
regsvr32.exe C:\...\aspnet_isapi.dll
then press enter..dialog box appear when registration complete...
|
|
|
24-05-2007, 12:34 PM
|
#13 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by charangk
If you are trying just to run the app then run it with out debugging. use Ctrl+F5 . Is this a project which was already created and you tried to copy it and run it on your local or you created it from within VS.NET ?
|
hi, charangk, no its not a project already created... even when i try to run a new project without any coding and design (blank) the same message will be displayed...!!!
Quote:
|
Originally Posted by gaurav_indian
Yeah if its copied then.Go to Inetpub-->www root->Your project right click it and enable the sharing.But we want more details about your problem.
|
hi, gaurav, what you are saying... i cant understand "Yeah if its copied then.Go to Inetpub-->www root->Your project right click it and enable the sharing" pls explain... what more details about the problem you want... pls mention the details you want...
OS - windows xp service pack 2
Microsoft Visual Studio 2003
FAT 32
Celeron D processor
512 MB RAM
IIS installed
!!!....
Quote:
|
Originally Posted by ::cyborg::
dude is ur drive ntfs the web server when not secured is also not able too start web server
|
hi, cyborg... my file system is FAT32. i cant understand what you are saying!!!... pls explain...
Quote:
|
Originally Posted by maindola
Go to control panel -> Administrative tools -> Comp Mgmt -> Local User and Grp -> Groups
right click Debugger Users and go to property
Add ur id as member of this grp.
|
hi, maindola... thanks... but its already added.. and still the problem exists...
Quote:
|
Originally Posted by rajasekar
register the asp.net dll with iis....
find the following dll: aspnet_isapi.dll (mostly in .net framework directory)...
then
START --> RUN
enter the following command...regsvr32.exe followed by the path of the dll...
regsvr32.exe C:\...\aspnet_isapi.dll
then press enter..dialog box appear when registration complete...
|
hi, rajasekar, thanks, when i am trying to register the following message is displayed
" C:\...\aspnet_isapi.dll was loaded, but the DllRegisterServer entry point was not found.
This file can not be registered."
Last edited by prinz; 24-05-2007 at 12:34 PM.
Reason: Automerged Doublepost
|
|
|
24-05-2007, 01:38 PM
|
#14 (permalink)
|
|
Alpha Geek
Join Date: May 2005
Location: Kolkata
Posts: 891
|
Re: .net debugging problem!!!
Did you, by any chance, install IIS after .Net was installed ?
|
|
|
24-05-2007, 01:49 PM
|
#15 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by royal
Did you, by any chance, install IIS after .Net was installed ?
|
hi, royal.. thanks for your reply... i have installed .Net after installing IIS.
|
|
|
24-05-2007, 01:56 PM
|
#16 (permalink)
|
|
Alpha Geek
Join Date: May 2005
Location: Kolkata
Posts: 891
|
Re: .net debugging problem!!!
So your problem is still not fixed?
|
|
|
28-05-2007, 06:03 PM
|
#17 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
any body there!!!... still the problem exists!!!... help me...
|
|
|
28-05-2007, 06:09 PM
|
#18 (permalink)
|
|
CG Artist
Join Date: May 2006
Location: New Delhi,India
Posts: 1,462
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by prinz
hi, gaurav, what you are saying... i cant understand "Yeah if its copied then.Go to Inetpub-->www root->Your project right click it and enable the sharing" pls explain... what more details about the problem you want... pls mention the details you want...
OS - windows xp service pack 2
Microsoft Visual Studio 2003
FAT 32
Celeron D processor
512 MB RAM
IIS installed
!!!....
|
I mean if the project has been copied from other system to your system and you are trying to run it in your system without checking its sharing property then thats why problem exists.
Its a very small problem.I have got this problem many times.Clean uninstall and reinstalling it will solve your problem.
|
|
|
29-05-2007, 06:09 PM
|
#19 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
hi, gaurav... i have reinstalled still the problem exists!!!
Cause: You may be a member of the Debugger Users group, but you don't have the permissions to debug the aspnet worker process because you are not the aspnet user account or the member of Administrators group. Add your user account to the Administrators group on the machine to resolve this issue.
pls... explain... how can i add my user account to the Administrators group on the machine.
After installing Microsoft Visual Studio .NET i have two new accounts named
1. aspnet_wp account
Limited account
Password Protected
2. SQLDebugger
Limited account
Password Protected
what should i do to fix the problem... pls help me...
when i am trying to run the project the following message is displayed
"Error while trying to run the project: Unable to start debugging on the web server. Access is denied. Would you like to disable future attempts to debug ASP.NET pages for this project?
no replies!!!... pls... help me...
pls... somebody solve this problem...
Last edited by prinz; 29-05-2007 at 06:09 PM.
Reason: Automerged Doublepost
|
|
|
29-05-2007, 07:01 PM
|
#20 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
|
Re: .net debugging problem!!!
Prinz did u add yourself to Debug uses group??
Please also tell if you have tried running the application using Ctrl+F5 i.e., Run without debugging.
|
|
|
29-05-2007, 09:47 PM
|
#21 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by charangk
Prinz did u add yourself to Debug uses group??
Please also tell if you have tried running the application using Ctrl+F5 i.e., Run without debugging.
|
hi, charan... my name is already added by default to debug users group. yea, i have tried running using Ctrl+F5... its working yaar... pls solve my problem...  any more info... ask me...
|
|
|
30-05-2007, 12:54 AM
|
#22 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by prinz
hi, gaurav... i have reinstalled still the problem exists!!!
Cause: You may be a member of the Debugger Users group, but you don't have the permissions to debug the aspnet worker process because you are not the aspnet user account or the member of Administrators group. Add your user account to the Administrators group on the machine to resolve this issue.
pls... explain... how can i add my user account to the Administrators group on the machine.
|
Sorry I didnt read this one . Check if your name is added in MMC>Local users and groups> Groups > Administrator . If not try adding your Username to administrator(click Add , add your User Name , Apply the changes). If access is denied then login as administrator and then try again. This should add you to the admin group, and hopefully solve the problem.
|
|
|
30-05-2007, 09:26 AM
|
#23 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by charangk
Sorry I didnt read this one . Check if your name is added in MMC>Local users and groups> Groups > Administrator . If not try adding your Username to administrator(click Add , add your User Name , Apply the changes). If access is denied then login as administrator and then try again. This should add you to the admin group, and hopefully solve the problem.
|
hey charan... what does mean MMC and how can i take MMC!!!... pls tell me...
|
|
|
30-05-2007, 12:34 PM
|
#24 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
|
Re: .net debugging problem!!!
^^ sorry its Microsoft Management Console. Right click on My Computer and click manage. and then do the rest what i had posted before.
|
|
|
30-05-2007, 01:24 PM
|
#25 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
Quote:
|
Originally Posted by charangk
^^ sorry its Microsoft Management Console. Right click on My Computer and click manage. and then do the rest what i had posted before.
|
hey... charan... its already added... yaar... pls tell me ur email id... i will mail the screen shots... ok...
|
|
|
30-05-2007, 02:13 PM
|
#26 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,789
|
Re: .net debugging problem!!!
^^ post it here itself, It will be helpful for other guys who may have similar problem.
|
|
|
30-05-2007, 09:47 PM
|
#27 (permalink)
|
|
Broken In
Join Date: Dec 2006
Posts: 142
|
Re: .net debugging problem!!!
thanks, buddy... problem is solved...
Last edited by prinz; 31-05-2007 at 05:24 PM.
Reason: Automerged Doublepost
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|