Ask a Question related to ASP.NET General, Design and Development.
-
Cowboy \(Gregory A. Beamer\) #1
Re: Team debug in ASP.NET???
The ideal situation is to have the app on dev machines for debugging and
only use a centralized dev server for integration testing. One of the
primary reasons is the .NET debugger can only attach to one process at a
time, which means only one person can debug and every developer will cause
the debug to hit break points if they start even looking at the app. This is
true whether you use IIS 5 or IIS 6, and has to do with the fact that the
debugger is attaching to the application in question.
I am not certain about what happens if you make multiple apps (same app
copied). It might be possible, if you have different apps in isolated
processes (which can be set up in IIS5 an 6, although 6 has much better
options). If you can get a web server on the dev machines and debug locally,
using code control (SourceSafe) to sync up developer code changes, it is the
best option.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Bruno Rodrigues" <brunosantosrodri@uol.com.br> wrote in message
news:876e01c34554$2cf837e0$a401280a@phx.gbl...> Hi,
>
> Our project is on a server, and we realized we cannot
> debug together, neither creating an Web Application to
> each one.
>
> It is possible to do with IIS 5, or requires IIS 6 and
> Win.net??
>
> Thanks
Cowboy \(Gregory A. Beamer\) Guest
-
How can I sign up for the DW 9 Beta Team
Hello all, I'd like to sign up for the DW 9 Beta team but all of the old links don't work. Does anyone know how to sign up for this list. ... -
To Macromedia Certification Team
Dear Sir/Madam, I have passed the Macromedia Certified ColdFusion MX Developer exam in November 20, 2004 and I have not received the... -
Advice for Director team
I had many requests to add the MouseLook feature for DEUS EX , DOOM and HERETIC. A less known thing: this routine is already included (for all of... -
TEAM MM please help - will my site hang ?
I have found that with my Norton AV software set to block or prompt for ActiveX downloads that visiting the following websites result in Norton... -
Bug in Dreamweaver MX 6.1 for Development Team
Hi guys, I've solved my problem but had to do illogical things to correct it. On one of my photo gallery pages I've been inserting new...



Reply With Quote

