Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
A Look at ASP.NET and Microsoft SQL Server - ASP.NET tutorial

Category: ASP.NET tutorials - Difficulty: 

A Look at ASP.NET and Microsoft SQL Server tutorial description
| Added on | 02.02.2008 |
| Total clicks | 27 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
A Look at ASP.NET and Microsoft SQL Server
More cool ASP.NET tutorials:

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: 


Demonstrates how to use server side includes in ASP .NET by including User Control files in Web Forms.
Category: ASP.NET tutorials - Difficulty: 


A full C# tutorial that anyone can edit. This tutorial is for everyone beginners and experts alike. This is not your everyday tutorial you find on the internet. It will have short and to the point examples that you can definitely understand. After reading our material you will be eager to start developing your application.
Category: ASP.NET tutorials - Difficulty: 


This tutorial will help you figure out how to write Web applications using Microsoft's most current version of its HTTP request processing framework—ASP.NET 2.0.
Category: ASP.NET tutorials - Difficulty: 


Navision Database access via C/ODBC WebService/ASP.NET Application The topic of this article is Navision Attain database access through Webservice, connected to Navision via C/ODBC based Linked Server – the mechanism available in MS SQL Server 2000 and transfer the results to ASP.NET application. Our goal will be ASPX page accessing Navision Customers.
Category: ASP.NET tutorials - Difficulty: 



