I try to make simple profiler for ASP.NET application using .net profiling API and all that I've founded that need to restart IIS with required parameters for profiling(such way have used in Microsoft's CLR Profiler). As result, profiling was enabled for all managed websites, which works on this IIS.
Is there a possibility to run it for concrete website and all other websites will work in normal state?