Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

HELP: Debug .NET asp code on 2003/IIS6 with multiple devel..

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Web published on Directory Controller  
Author Message
user3431

External


Since: Jan 11, 2005
Posts: 2



(Msg. 1) Posted: Tue Jan 11, 2005 1:28 pm
Post subject: HELP: Debug .NET asp code on 2003/IIS6 with multiple developers
Archived from groups: microsoft>public>inetserver>iis (more info?)

 >From my understanding,
Under Windows 2000 and IIS it was impossible for multiple developers to
work on a shared server and debug their code.
This was because if one developer had IIS paused while they stepped
through their code the entire IIS process would be halted.
Does anyone know for sure if this now works in a Windows 2003/IIS 6.0
environment?
My bet would be no simply because if Microsoft had corrected this they
would be sharing that knowledge.
But I would love to hear otherwise.

Anyone?

Thanks
Dave<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: HELP: Debug .NET asp code on 2003/IIS6 with multiple devel.. 
Back to top
Login to vote
user3431

External


Since: Jan 11, 2005
Posts: 2



(Msg. 2) Posted: Fri Jan 14, 2005 10:41 am
Post subject: Re: HELP: Debug .NET asp code on 2003/IIS6 with multiple developers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Does anyone have any experience with this?
Or know where I can find a definate answer?

 >> Stay informed about: HELP: Debug .NET asp code on 2003/IIS6 with multiple devel.. 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 3) Posted: Tue Jan 18, 2005 2:20 am
Post subject: Re: HELP: Debug .NET asp code on 2003/IIS6 with multiple developers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have not tried it, but it should be doable on IIS6 due to these facts:
1. On IIS5, ASP.Net applications are ALL gated by a single-instance ISAPI
DLL inside of inetinfo.exe, so this restricts .Net applications under debug
since a process can only have one debugger.
2. On IIS6, if you run ASP.Net applications in different Application Pools,
you get a ISAPI DLL PER Application Pool process -- meaning that if you give
each developer an Application Pool for their applications, they should be
able to simultaneously debug their own process.

Note that this does not allow two developers to debug the same URL -- every
URL belongs to exactly one Application Pool and hence worker process -- but
if you can multiple copies of your application in different URLs that use
different Application Pools, you should be able to simultaneously debug both
processes of different Application Pools (we do this sort of debugging all
the time).

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
<Phillips.davidm RemoveThis @gmail.com> wrote in message
news:1105728103.897082.187360@f14g2000cwb.googlegroups.com...
Does anyone have any experience with this?
Or know where I can find a definate answer?
 >> Stay informed about: HELP: Debug .NET asp code on 2003/IIS6 with multiple devel.. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]