Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

 

ASP.NET process recycling
Total Hit (1805) Application recycling is a great feature that lets you configure an application so that ASP.NET automatically shuts it down and restarts it after a given period or a given number of client requests, or when it consumes more memory than the specified threshold. This feature is a lifesaver if the appl ....Read More
Rating
Centralize ASP.NET settings in one file
Total Hit (1792) Although ASP.NET lets you distribute web.config files over all the application's subdirectories, it surely doesn't force you to do so. You can keep all the application settings in its main web.config file, while enforcing different settings on a directory-by-directory base, if you want. The key to t ....Read More
Rating
Change script timeout through ASP.NET configuration files
Total Hit (4404) The httpRuntime tag in ASP.NET configuration files lets you determine several behaviors of ASP.NET at the machine or site, including the global value for script timeout. Here's the complete syntax for this tag: «Code LangId=4» <httpRuntime executionTimeout="seconds" maxRequestLengt ....Read More
Rating
Prevent unauthorized changes to ASP.NET configuration files
Total Hit (1796) Some ASP.NET settings are so critical that the system administrator should prevent them from being changed by individual applications. This ability is especially crucial for servers that host multiple applications written by different developers. In this case, the administrator can prevent undesired ....Read More
Rating
Reduce Server Too Busy errors with the httpRuntime tag
Total Hit (2463) The httpRuntime tag in ASP.NET configuration files lets you determine several features of ASP.NET at the machine or site level, including the how ASP.NET uses multi-threading. Here's the complete syntax for this tag: «Code LangId=4» <httpRuntime executionTimeout="seconds" maxReques ....Read More
Rating
Registering ASP.NET on IIS after installing the .NET Framework
Total Hit (1951) If you install the .NET Framework on a system that has IIS already installed, IIS is automatically configured to handle requests to ASP.NET pages, and to redirect the execution to the ASP.NET runtime. However, it may happen that you installed the framework on a Windows 2000 Professional system where ....Read More
Rating
Use custom error pages in ASP.NET
Total Hit (1900) The tag in ASP.NET configuration files affects how error pages are managed in an ASP.NET application and whether developers can redirect users to their custom error pages when an exception is thrown. The syntax for this tag is: <customErrors mode="On|Off|RemoteOnly" defaultRedirect="url"> <e ....Read More
Rating
A sample web.config file (debug,namespaces,assembly ,compilation, errors ...)
Total Hit (1843) This sample web.config file shows you - How to enable/disable debug in you web application globally. - How to add namespaces globally - How to add assembly globally - How to set number of recompile of ASPX pages before application restart - How to set compiler options - Customize error page ....Read More
Rating
This is a link to a different site Configuring ASP.NET Applications to Use the Appropriate Session State
Total Hit (846) If the <sessionState> section does not exist in the Machine.config file or the Web.config file, the following is the default session state behavior: «LI»The session time-out value for an ASP.NET session state is 20 minutes. «LI»The session state is maintained within all of the applications runn ....Read More
Rating
This is a link to a different site Configuring Exceptions Using Web.config
Total Hit (786) An article on handling exceptions using custom handlers, by a custom configuration section, making it independent from the using application.
Rating
This is a link to a different site Customizing SectionGroups and Sections in Web.config
Total Hit (890) To add our own section groups and sections in configuration sections of web.config
Rating
This is a link to a different site Why do I get an error message, "Access to the path is denied?"
Total Hit (884)
Rating
This is a link to a different site I have installed the .NET Framework, but my Web server won't serve ASP.NET Web pages. Help!
Total Hit (852)
Rating
This is a link to a different site ASP Configuration Files
Total Hit (793) ASP.NET/ IIS applications use an optional XML-based configuration file named web.config, to maintain application configuration settings. This extends and/ or changes any settings in the system wide configuration file, machine.config.
Rating
This is a link to a different site Store Your Database Connection String in Web.Config
Total Hit (715) Here we present an example of how to store a database connection string in the application's Web.Config file. Web.Config is a part of every asp.net application and provides a nice, central location for storing information that may be needed in many of your web pages. This first bit of code is just a ....Read More
Rating
This is a link to a different site Configuration File Format
Total Hit (684) ASP.NET configuration files are XML-based text files--each named web.config--that can appear in any directory on an ASP.NET Web application server. Each web.config file applies configuration settings to the directory it is located in and to all virtual child directories beneath it. Settings in child ....Read More
Rating
This is a link to a different site Retrieving Configuration
Total Hit (754) ASP.NET allows developers to access configuration settings from within an application either by exposing configuration settings directly (as strongly typed properties) or by using general configuration APIs. The following sample shows a page that accesses the <browserCaps> configuration section usin ....Read More
Rating


Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.