Re: how to debug ASP.NET with Win 2003 Server?
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/26/04
- Next message: Bob K.: "IIS 6 testing"
- Previous message: Charles: "Re: IIS Snap-in and Lockdown tool"
- In reply to: bodo: "how to debug ASP.NET with Win 2003 Server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Feb 2004 13:59:32 -0800
Read VS.Net documentation. I've debugged ASP.Net apps on Windows Server
2003 without being an administrator.
The key challenge is whether the developr has privileges to attach onto the
worker process which is running ASP.Net code -- either put the developer
into "Debugger Users" group, or create individual AppPools using the dev's
identity.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "bodo" <anonymous@discussions.microsoft.com> wrote in message news:2a9f01c3fc9d$9de3e890$a301280a@phx.gbl... Hi, we use Visual Studio.Net, SQL Server and Windows 2003 Server. It has always been no problem to debug ASP.NET applications through IIS under Windows 2000, but now only works if we give our developers admin rights on the server. The developers work directly on the server through windows terminal services. Can someone tell me what the problem is? Many thanks. bodo
- Next message: Bob K.: "IIS 6 testing"
- Previous message: Charles: "Re: IIS Snap-in and Lockdown tool"
- In reply to: bodo: "how to debug ASP.NET with Win 2003 Server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|