Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5074 Discussions

ThreadChecker for Asp.net 2.0 (webService)

taweesakvertasoft_co
477 Views
hi
Iwant run Asp.net webservice project To but when i am selecting project i am able to find only EXE but i have solution file in ASP.net 2005 so please any one help me in this regarding or any tipe for .net (webService) let me know.
How can I test our application using VTune/ThreadChecker?

thank you..
0 Kudos
2 Replies
robert-reed
Valued Contributor II
477 Views
Iwant run Asp.net webservice project To but when i am selecting project i am able to find only EXE but i have solution file in ASP.net 2005 so please any one help me in this regarding or any tipe for .net (webService) let me know.
How can I test our application using VTune/ThreadChecker?

Intel Thread Checker only offers native code support; it does not support checking of code in managed environments. Here's how it is described in a recent copy of the release notes:

Thread Checker supports analysis of native binaries and does not support intermediate executable representations intended for managed runtime environments.

0 Kudos
NKhan
Beginner
477 Views
hi
Iwant run Asp.net webservice project To but when i am selecting project i am able to find only EXE but i have solution file in ASP.net 2005 so please any one help me in this regarding or any tipe for .net (webService) let me know.
How can I test our application using VTune/ThreadChecker?

thank you..

Hi Taweesak,

I suggest you use VTune Performance Analyzer for ASP.Net application.

VTune will surely help you in M-Threading ASP.Net application (Web 2.0) but while profiling is a bit different method so got to profiling it in the proper sequence.

Follow the below steps:

To configure an Activity using the sampling wizard:

Click the Create New Project button to open the New Project dialog box.

In the integrated Microsoft* Visual Studio* .NET* environment:

a) Select the Visual Studio .NET project in Solution Explorer.
b) Click the Create Activity button to open the New Activity dialog box.

Select the Sampling Wizard icon and click the OK button.
Select the .NET* Profiling option in the sampling wizard.

If you do not have IIS and .NET Framework installed on your system, relevant options are grayed out.

Click Next to select a .NET profiling option.

Select one of the following .NET profiling options and click the Next button.

- Executable. The VTune Performance Analyzer will launch a specified .NET* application.

- Script. A launching script will invoke a .NET* executable.

- ASP.NET The VTune Performance Analyzer does not launch the ASP.NET application itself. The specified ASP.NET application is executed under a system launched process.

- COM+ Enterprise Services You can specify an application that interacts with the COM+ services that you want to profile.

Based on your selection, complete entering the required information for that specific type of profiling and click the Finish button.

Please refer to the VTune analyzer online help for more info.

Regards,

Nasir
0 Kudos
Reply