debugging ASP Pages

V

VJ

When I am attaching process to debug in ASP.NET application, the Debug
window shows a list of currently or recently used/opened ASP.NET
applications.. I don't understand how and were this is list is from, is
there a way to bump a specific one up the list or change the order?. Where
is this list stored and how is it generated..!

VJ
 
T

Teemu Keiski

Hi,

if I understand correctly what window you mean, that's basically list of
active AppDomains in the the process that hosts ASP.NET (aspnet_wp.exe or
w3wp.exe). One AppDomain matches exactly one ASP.NET application (.NET uses
logical separation of applications with AppDomains for performance reasons:
more about AppDomains: http://www.odetocode.com/Articles/305.aspx)
 
V

VJ

Thanks that was what I was looking for

VJ

Teemu Keiski said:
Hi,

if I understand correctly what window you mean, that's basically list of
active AppDomains in the the process that hosts ASP.NET (aspnet_wp.exe or
w3wp.exe). One AppDomain matches exactly one ASP.NET application (.NET
uses logical separation of applications with AppDomains for performance
reasons: more about AppDomains:
http://www.odetocode.com/Articles/305.aspx)

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top