Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Unable to start debugging on the web server

Reply
Thread Tools

Unable to start debugging on the web server

 
 
=?Utf-8?B?emhpbmdraXR6dQ==?=
Guest
Posts: n/a
 
      05-12-2005
Hi All,

I need help. I am getting an error message saying "Unable to start debugging
on the Web Server. Access is denied" when I ran my ASP .NET program. I
already added my user account in a Debugger Users group, also my account has
a sufficient access priviledge to the web folder og my ASP .NET program.

Is there a way to solve this without adding my account in the Administrators
group?

Please reply ASAP.

Thanks,

- zhingkitzu
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9u?=
Guest
Posts: n/a
 
      05-12-2005
Hi,

Are you sure you have ASP.net installed? You can check by looking in IIS
under the
default website, properties then HTTP Headers. Within the custom HTTP
Headers box see if powered by AP.net

Jon

"zhingkitzu" wrote:

> Hi All,
>
> I need help. I am getting an error message saying "Unable to start debugging
> on the Web Server. Access is denied" when I ran my ASP .NET program. I
> already added my user account in a Debugger Users group, also my account has
> a sufficient access priviledge to the web folder og my ASP .NET program.
>
> Is there a way to solve this without adding my account in the Administrators
> group?
>
> Please reply ASAP.
>
> Thanks,
>
> - zhingkitzu

 
Reply With Quote
 
 
 
 
Patrick Olurotimi Ige
Guest
Posts: n/a
 
      05-12-2005
The ASPNET acct running doesn't have enough permission..
Try setting that!
Patrick



*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
MS Groups
Guest
Posts: n/a
 
      05-12-2005
the following link may be useful.

http://msdn.microsoft.com/library/en...asp?frame=true


"zhingkitzu" <> wrote in message
news:4C25CFA1-4BCD-4D72-9D17-...
> Hi All,
>
> I need help. I am getting an error message saying "Unable to start
> debugging
> on the Web Server. Access is denied" when I ran my ASP .NET program. I
> already added my user account in a Debugger Users group, also my account
> has
> a sufficient access priviledge to the web folder og my ASP .NET program.
>
> Is there a way to solve this without adding my account in the
> Administrators
> group?
>
> Please reply ASAP.
>
> Thanks,
>
> - zhingkitzu



 
Reply With Quote
 
=?Utf-8?B?emhpbmdraXR6dQ==?=
Guest
Posts: n/a
 
      05-13-2005
Hi,

How do i-set permissions for ASPNET account? I tried setting it in the
folder of my web project, also in the IIS settings. Also I tried adding the
ASPNET account in the VS Developers group and Debuggers groups. Still no luck

Thanks.

"Patrick Olurotimi Ige" wrote:

> The ASPNET acct running doesn't have enough permission..
> Try setting that!
> Patrick
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
>

 
Reply With Quote
 
=?Utf-8?B?emhpbmdraXR6dQ==?=
Guest
Posts: n/a
 
      05-13-2005
Hi,

How do i-set permissions for ASPNET account? I tried setting it in the
folder of my web project, also in the IIS settings. Also I tried adding the
ASPNET account in the VS Developers group and Debuggers groups. Still no luck

Thanks.

"Patrick Olurotimi Ige" wrote:

> The ASPNET acct running doesn't have enough permission..
> Try setting that!
> Patrick
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
>

 
Reply With Quote
 
Mr. Khaled Hussein
Guest
Posts: n/a
 
      05-13-2005
zhingkitzu wrote:
> Hi,
>
> How do i-set permissions for ASPNET account? I tried setting it in the
> folder of my web project, also in the IIS settings. Also I tried adding the
> ASPNET account in the VS Developers group and Debuggers groups. Still no luck
>
> Thanks.
>
> "Patrick Olurotimi Ige" wrote:
>
>
>>The ASPNET acct running doesn't have enough permission..
>>Try setting that!
>>Patrick
>>
>>
>>
>>*** Sent via Developersdex http://www.developersdex.com ***
>>


Do you have two versions of .NET, for example if you have .NET 1.1 and
2.0 installed you will get this error message

The Solution:
In IIS, browse till you find your virtual directory, and then click on
its properties, you will find a new tab called ASP.NET, click on it, and
you will find a nice combobox is giving you the choice to select the
version of your .NET ... Make sure that you select 1.1, in case that you
need that.
 
Reply With Quote
 
=?Utf-8?B?R3VpbGhlcm1l?=
Guest
Posts: n/a
 
      07-08-2005
Oh my God !!!
Almost a month to find this solution !!!

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

Guilherme Hahn
Web Developer
Goiânia - Brazil
--------------------------------
"MS Groups" wrote:

> the following link may be useful.
>
> http://msdn.microsoft.com/library/en...asp?frame=true
>
>
> "zhingkitzu" <> wrote in message
> news:4C25CFA1-4BCD-4D72-9D17-...
> > Hi All,
> >
> > I need help. I am getting an error message saying "Unable to start
> > debugging
> > on the Web Server. Access is denied" when I ran my ASP .NET program. I
> > already added my user account in a Debugger Users group, also my account
> > has
> > a sufficient access priviledge to the web folder og my ASP .NET program.
> >
> > Is there a way to solve this without adding my account in the
> > Administrators
> > group?
> >
> > Please reply ASAP.
> >
> > Thanks,
> >
> > - zhingkitzu

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. DR ASP .Net 0 10-25-2007 02:37 AM
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. DR ASP .Net 0 10-25-2007 02:37 AM
Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged. windows 2003 server Claude seraphin ASP .Net 11 01-26-2004 09:17 PM
Unable to start debugging on the web server Sung ASP .Net 0 07-30-2003 06:31 PM
Re: Unable to start debugging on the web server.. Marc Hoeppner ASP .Net 0 07-15-2003 11:47 AM



Advertisments