Click here to Skip to main content
15,892,746 members
Articles / Web Development / ASP.NET

Monitor your Web Services usage via .NET SOAP Extensions

Rate me:
Please Sign up or sign in to vote.
4.98/5 (48 votes)
6 Apr 2009CPOL27 min read 110.5K   3K   167  
This article demonstrates how you can monitor usage of your Web Services using .NET and SOAP Extensions.
1. Create a SQL Server database named WSDM_DB
2. Run the script file wsdm.sql provided in the Deploy.zip
3. Execute stored procedure proc_WSDM_PopulateStaticTables
4. Create a virtual directory with alias WSDM and associate it with folder WSDM you get after unzipping Deploy.zip
5. Make changes in web.config under appSettings for database connection string.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Canada Canada
Kamran Bilgrami is a seasoned software developer with background in designing mission critical applications for carrier grade telecom networks. More recently he is involved in design & development of real-time biometric based security solutions. His areas of interest include .NET, software security, mathematical modeling and patterns.

He blogs regularly at http://WindowsDebugging.Wordpress.com

Comments and Discussions