Can anyone please tell me what's the relation between aspnet_wp (IIS Service) and CLR.Is aspnet_wp is a part of CLR which executes/Compiles the web related Classes just like JIT in windows based application?


What i am trying is to co-relate the Way how CLR execute the windows application where it has different component to perform specific task like class loaded,Verifier,JIT complier,GC etc.......
As u mentioned WP will contain all the application domains even CLR does the same thing for windows application so is it something like WP is Equivelent to CLR for Web application....

If ASPNET_WP is not as sub part of CLR than , when the CLR come into picture to perform the roles like loading assembly,GC,Performing Security check etc while serving any web request or is there is any communication between WP and CLR to peform these task.. ..........