Code Comments
Programming Forum and web based access to our favorite programming groups.We have a development iis6.0 server. Multiple programmers are developing in dependent applications. Non are sitting on the machine they all develop on their own system. Regularly they try to debug and receive the following err or Error while trying to run project: Unable to start debugging on the web serv er. A debugger is already attached. Would you like to disable future attem pts to debug ASP.NET pages for this project? Does this mean each developer must run IIS on their own computer?
Post Follow-up to this messageyou should post it in the IIS group, but I think i tried to do that once and you have to configure a couple of things in IIS to make the debugger work, no piece of cake though. "DaveK" <DaveK@discussions.microsoft.com> wrote in message news:8614A5A1-CB37-4239-BD38-166F9F923EA2@microsoft.com... > We have a development iis6.0 server. Multiple programmers are developing independent applications. Non are sitting on the machine they all develop on their own system. Regularly they try to debug and receive the following error > Error while trying to run project: Unable to start debugging on the web server. A debugger is already attached. Would you like to disable future attempts to debug ASP.NET pages for this project? > Does this mean each developer must run IIS on their own computer? >
Post Follow-up to this messageIIS does not support multiple debug sessions and whilst debugging, other use rs of that webserver may experience problems with pages not being returned. The best form of debugging is in local mode on their own local PCs - just se t the Interdev project into 'Local' mode. Chris. "DaveK" <DaveK@discussions.microsoft.com> wrote in message news:8614A5A1-CB37-4239-BD38-166F9F923EA2@microsoft.com... We have a development iis6.0 server. Multiple programmers are developing in dependent applications. Non are sitting on the machine they all develop on their own system. Regula rly they try to debug and receive the following error Error while trying to run project: Unable to start debugging on the web serv er. A debugger is already attached. Would you like to disable future attempts to debug ASP.NE T pages for this project? Does this mean each developer must run IIS on their own computer? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.732 / Virus Database: 486 - Release Date: 29/07/2004
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.