|
 |
aspx thread: Problems debugging ASP.NET application in Visual Studio .NET
Message #1 by "Ron Lemire" <ronl@p...> on Wed, 2 May 2001 15:22:20
|
|
I'm getting the following error message when I try to debug a Web Form in
an ASP.NET application using the Visual Studio .NET debugger:
"Unable to automatically attach to http://SoCal/Test1/WebForm1.aspx.
If this is the first time you have run Visual Studio after setup
completed, log out of Windows and log back in and try the scenario again.
If the scenario does not work, you may not have permissions to debug the
server, make sure you are a member of the 'Debugger Users' group on the
erver and try again."
I'm running Windows 2000 Advanced Server, SQL Server 2000, .NET Framework,
Visual Studio .NET all one 1 standalone machine.
I've gone to the 'Active Directory Users and Computers' administrative
tool and made every user a member of the 'Debugger Users' group but I
still get the error message.
Any help would be appreciated.
Thanks...Ron Lemire
Message #2 by "Simon Ferris" <simon_ferris@s...> on Thu, 3 May 2001 12:44:13
|
|
Hi, I had a similar problem a little while ago. I can't remember all fixes
but if you check out http://www.iisfaqs.com they will point you in the
right direction. It had to with there being no network card installed. By
adding the MS loopback adaptor this cured some of the ills. The other was
that I had recently installed a service pack for VB6 and this had
overwritten some .Net files. By reinstalling I envemtly got to the stage
where IIS ran fine.
HTH
Simon
> I'm getting the following error message when I try to debug a Web Form
in
> an ASP.NET application using the Visual Studio .NET debugger:
>
> "Unable to automatically attach to http://SoCal/Test1/WebForm1.aspx.
> If this is the first time you have run Visual Studio after setup
> completed, log out of Windows and log back in and try the scenario
again.
Message #3 by "William Straitt" <wstraitt@p...> on Wed, 16 May 2001 16:41:47
|
|
I get this message any time I add a new page to my solution. To over come
this I bring up the IIS manager and 'check front page extentions'. Then I
can debug my project.
> I'm getting the following error message when I try to debug a Web Form
in
> an ASP.NET application using the Visual Studio .NET debugger:
>
> "Unable to automatically attach to http://SoCal/Test1/WebForm1.aspx.
> If this is the first time you have run Visual Studio after setup
> completed, log out of Windows and log back in and try the scenario
again.
> If the scenario does not work, you may not have permissions to debug the
> server, make sure you are a member of the 'Debugger Users' group on the
> erver and try again."
>
> I'm running Windows 2000 Advanced Server, SQL Server 2000, .NET
Framework,
> Visual Studio .NET all one 1 standalone machine.
>
> I've gone to the 'Active Directory Users and Computers' administrative
> tool and made every user a member of the 'Debugger Users' group but I
> still get the error message.
>
> Any help would be appreciated.
>
Message #4 by "nann-tsyr yueh" <neil.yueh@g...> on Thu, 24 May 2001 03:13:55
|
|
I meet the same problem like you.
after my w2k console show this message to me,
i have add my account into server side "debug user group" and
restart client & server,it work normally.
now i can set the debug point in the visual studio .net and trace
code step by step !!
:>
have a nice day !!
NEIL
Garmin Taiwan.
> I'm getting the following error message when I try to debug a Web Form
in
> an ASP.NET application using the Visual Studio .NET debugger:
>
> "Unable to automatically attach to http://SoCal/Test1/WebForm1.aspx.
> If this is the first time you have run Visual Studio after setup
> completed, log out of Windows and log back in and try the scenario
again.
> If the scenario does not work, you may not have permissions to debug the
> server, make sure you are a member of the 'Debugger Users' group on the
> erver and try again."
>
> I'm running Windows 2000 Advanced Server, SQL Server 2000, .NET
Framework,
> Visual Studio .NET all one 1 standalone machine.
>
> I've gone to the 'Active Directory Users and Computers' administrative
> tool and made every user a member of the 'Debugger Users' group but I
> still get the error message.
>
> Any help would be appreciated.
>
Message #5 by "nann-tsyr yueh" <neil.yueh@g...> on Thu, 24 May 2001 03:09:55
|
|
> I'm getting the following error message when I try to debug a Web Form
in
> an ASP.NET application using the Visual Studio .NET debugger:
>
> "Unable to automatically attach to http://SoCal/Test1/WebForm1.aspx.
> If this is the first time you have run Visual Studio after setup
> completed, log out of Windows and log back in and try the scenario
again.
> If the scenario does not work, you may not have permissions to debug the
> server, make sure you are a member of the 'Debugger Users' group on the
> erver and try again."
>
> I'm running Windows 2000 Advanced Server, SQL Server 2000, .NET
Framework,
> Visual Studio .NET all one 1 standalone machine.
>
> I've gone to the 'Active Directory Users and Computers' administrative
> tool and made every user a member of the 'Debugger Users' group but I
> still get the error message.
>
> Any help would be appreciated.
>
|
|
 |