Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > IIS debug limitation?

Reply
Thread Tools

IIS debug limitation?

 
 
=?Utf-8?B?SmF5IFdhcmxpbmc=?=
Guest
Posts: n/a
 
      10-10-2005
I seem to recall that only one debug session is supported at a time in IIS
for an application. I searched documentation and couldn't find anythin on
this.

Is this correct?

What are the debug limitations in IIS?

Thanks,
Jay
 
Reply With Quote
 
 
 
 
Bruce Barker
Guest
Posts: n/a
 
      10-10-2005
if you use ii6.0 (server 2003), you get get 1 session per app pool. with iis
5.0, 1 session per iis. this is because there is only one debugging session
per process. when debugging asp.net you connect to the asp.net worker
process. in 2003 there is one asp.net worker process per app pool, while
earlier versions only have one worker process.

-- bruce (sqlwork.com)



"Jay Warling" <> wrote in message
news9C10ABF-478D-4891-BE96-...
>I seem to recall that only one debug session is supported at a time in IIS
> for an application. I searched documentation and couldn't find anythin on
> this.
>
> Is this correct?
>
> What are the debug limitations in IIS?
>
> Thanks,
> Jay



 
Reply With Quote
 
 
 
 
=?Utf-8?B?SmF5IFdhcmxpbmc=?=
Guest
Posts: n/a
 
      10-10-2005
Bruce,
Thanks.
Jay

"Bruce Barker" wrote:

> if you use ii6.0 (server 2003), you get get 1 session per app pool. with iis
> 5.0, 1 session per iis. this is because there is only one debugging session
> per process. when debugging asp.net you connect to the asp.net worker
> process. in 2003 there is one asp.net worker process per app pool, while
> earlier versions only have one worker process.
>
> -- bruce (sqlwork.com)
>
>
>
> "Jay Warling" <> wrote in message
> news9C10ABF-478D-4891-BE96-...
> >I seem to recall that only one debug session is supported at a time in IIS
> > for an application. I searched documentation and couldn't find anythin on
> > this.
> >
> > Is this correct?
> >
> > What are the debug limitations in IIS?
> >
> > Thanks,
> > Jay

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
netvmini.sys still not working on Windows 7 even after driver signing disabled ?! (Windows debug mode necessary for debug drivers ???) Skybuck Flying Windows 64bit 3 08-09-2009 05:54 AM
debug="false" in web.config and <%@ debug="true" ...%> in aspx file => true or false? André ASP .Net 3 08-28-2006 12:02 PM
Config Mgr Debug/Release and Web.config Compilation debug=true RonL ASP .Net 0 04-08-2006 03:50 PM
Debug (DLL MFC) -> Debug (Static MFC) ringos75 C++ 0 04-14-2005 01:50 PM
[Howto] Compiling debug Python extensions for non-debug Python Mike C. Fletcher Python 3 10-12-2003 09:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57