Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Displaying Information about the ASP.NET Process - ASP.NET tutorial


The author writes "With ASP.NET you can configure the 'ASP.NET engine' to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server restarted, assuming that some script or DLL is hanging the Web server. Additionally, you can set requirements on restarting the Web server on the memory usage, the total number of requests, or by the total time the Web server's run. This proactive approach was implemented by the ASP.NET team in order to increase the overall uptime of a Web site running ASP.NET: if the memory suddenly shoots through the roof, the Web server can be restarted, reigning in the memory usage and starting anew. The information regarding the life cycle of the current (and past) ASP.NET processes can be examined through the use of the ProcessModelInfo class." This article examines how to retrieve and present such information.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Integrating ASP.NET XML Web Services with Classic ASP Applications
Integrating ASP.NET XML Web Services with Classic ASP Applications
This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an API that can be utilized by both your ASP.NET Web pages and classic ASP pages.
Category: ASP.NET tutorials - Difficulty:
Run a .BAT file from .Net with parameters
Run a .BAT file from .Net with parameters
A simple function to execute batch file in ASP.Net with parameters.
Category: ASP.NET tutorials - Difficulty:
Enter Key in ASP.NET - Complete Research
Enter Key in ASP.NET - Complete Research
A complete research of using an Enter key in ASP.NET, submitting a form or how to get specific button \"clicked\" when visitor hits an Enter key. That could be in case that you want to build Login screen, web site search, pool or all of that on the same page.
Category: ASP.NET tutorials - Difficulty:
Work with If-Modified-Since and Last-Modified in ASP.Net.
Work with If-Modified-Since and Last-Modified in ASP.Net.
Short support vb.Net functions to convert date from/to http string date and sample code to send static files with 200 OK + Last-Modified http header and 304 Not Modified when If-Modified-Since request header is present.
Category: ASP.NET tutorials - Difficulty:
Basics of using DataGrid
Basics of using DataGrid
This tutorial introduces you to the DataGrid control. It tells you about the BoundColumn and shows an example of how to use it.
Category: ASP.NET tutorials - Difficulty: