Debugging Problem
-
hi all hope to have help from some one and sloves my problem. well i let u know whats my problem. 1) i have created one group and user under that group on my computer. eg : Group - Web Gis & User - User1 2) i have included this user under VS Developer & Debugger group. now the problem is like when i log on through User1 to my system then i m not able to debug my ASP .NET application but i m able to Debug my windows Application developed in VB .Net. 3) i m not able to attach that worker process (aspnet_ws.exe) also manually. 4) i updated the process model tag's Username and password also to the user name and password i created under Web Gis Group.Still i m not able to debug my web application.I have tried all the option i get while clicking on the help button of the Error window.I m just getting the Error Msg "Access Denied" Message. Help me if any one can.... :-D
-
hi all hope to have help from some one and sloves my problem. well i let u know whats my problem. 1) i have created one group and user under that group on my computer. eg : Group - Web Gis & User - User1 2) i have included this user under VS Developer & Debugger group. now the problem is like when i log on through User1 to my system then i m not able to debug my ASP .NET application but i m able to Debug my windows Application developed in VB .Net. 3) i m not able to attach that worker process (aspnet_ws.exe) also manually. 4) i updated the process model tag's Username and password also to the user name and password i created under Web Gis Group.Still i m not able to debug my web application.I have tried all the option i get while clicking on the help button of the Error window.I m just getting the Error Msg "Access Denied" Message. Help me if any one can.... :-D
Hi there, It seems to me that your custom account does not have permissions to debug the managed aspnet worker process. For more information, you can take a quick look at the documents below: Using the Visual Studio .NET 2003 Debugger with ASP.NET Applications[^] Debugger doesn’t work. What can I do?[^]