[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

ASP.Net application with DLL Process attaching or Profiling ASP.Net application

B.Manivannan

11/6/2002 5:35:00 AM

Good day Friend,

I am currently working in Profiling the Dot Net based application. I am
using the DNProfiler.dll which can be downloaded from microsoft. This DLL is
able to monitor the standalone application like "hello" program in C#.The
function of the dll is capturing the events from the CLR and generates a log
message associated with it. This is how i am monitoring the DOT NET
application. The log messages are written in the file.

My aim here is to get the same file if i run the ASP.Net application also.I
have the batch file to start the profiler by profiling_on and stop by
profiling_off to attach the DLL process with the application. How i am doing
is i do run the profiling_on batch file in the console window, next the
application which is to be monitored, and then profiling_off. The DLL
process would have been attached with the Console process and the
application which is running the same console.

But for ASP.Net application, all the files which are to be run, are in the
web server, in my case IIS from my Local PC itself. I registed the Process
DLL by regsvr32 and it has been successfully registered. When i run the
ASP.Net page, the file is not generated. The flow is not even coming to that
Process DLL. How i can enable it? Do you have any idea?


I would like to know where the output log file is generated? Can any one of
you guide me?

Thanks in advance.

With Thanks and Regards,
Manivannan.B.