Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > ASP.Net > Configuration
Search:
What's New - What's Hot
Listings for SQL Server security SQL Server security (3)
 

Include Multiple .Config Files in ASP.NET Web Application        
Total Hits: 2  |  Today: 0 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft ASP.Net provides a configuration system that can be used to keep our applications flexible at run-time. In this article, I will focus on using multiple configuration files. This is a rare technique and is unknown to many developers. The usage of multiple configuration file makes the application more secure and manageable....

Information about the Timeout property and how to set this property by using the application configuration file        
Total Hits: 19  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes the timeout property in Microsoft Visual Studio 2005 and in Microsoft Visual Studio .NET. You can set and configure the timeout property in the application configuration file....

INFO: Configure .NET Remoting When the Remoting Client Is an ASP.NET Application or the Client Is Another Remoted Component That Is Hosted by IIS        
Total Hits: 14  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes configuration information for .NET remoting when the remoting client is an ASP.NET application or the client is another remoted component hosted by Internet Information Services (IIS)....

How To Create a Custom ASP.NET Configuration Section Handler in Visual C# .NET        
Total Hits: 20  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to use Visual C# .NET to create a custom configuration section handler for ASP.NET.

These steps demonstrate how to create the configuration section handler and its components. So that you can better maintain and reuse the code, these steps demonstrate how to create a class named ConfigHelper that includes static methods. These static methods help you parse and retrieve the XML attributes in the configuration file. Because the code to build ConfigHelper uses an e...

How to run a user control assembly that is hosted on Internet Information Services (IIS) in Internet Explorer        
Total Hits: 13  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article discusses how to run a user control assembly that is hosted on Microsoft Internet Information Services (IIS) in Microsoft Internet Explorer....

Information about the Timeout property and how to set this property by using the application configuration file        
Total Hits: 7  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes the timeout property in Microsoft Visual Studio 2005 and in Microsoft Visual Studio .NET. You can set and configure the timeout property in the application configuration file....

How to back up and restore .NET Framework configuration and security policy files        
Total Hits: 10  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how you must back up and restore .NET Framework configuration and security policy files. Security policies define the permissions that are assigned to .NET Framework applications. Configuration files define the environment that is presented to .NET applications. These configuration files affect the system resources that are available to applications. The configuration files also affect the level of administrative credentials that the applications receive. The ...

How To Create a Custom ASP.NET Configuration Section Handler in Visual C# .NET        
Total Hits: 14  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

These steps demonstrate how to create the configuration section handler and its components. So that you can better maintain and reuse the code, these steps demonstrate how to create a class named ConfigHelper that includes static methods. These static methods help you parse and retrieve the XML attributes in the configuration file. Because the code to build ConfigHelper uses an enumeration and a string in the configuration section, ConfigHelper contains two methods, GetEnumValue and GetStringVal...

HOW TO: Create a Custom ASP.NET Configuration Section Handler in Visual Basic .NET        
Total Hits: 14  |  Today: 0 Author: microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

These steps demonstrate how to create the configuration section handler and its components. These steps demonstrate how to create a class that is named ConfigHelper that includes static methods, so that you can better maintain and reuse the code. These static methods help you to parse and to retrieve the XML attributes in the configuration file. Because the code to build the ConfigHelper class uses an enumeration and a string in the configuration section, the ConfigHelper class contains two meth...

Customizing SectionGroups and Sections in Web.config        
Total Hits: 16  |  Today: 0 Author: Sadish Kumar.V       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article deals with how to customize web.config file in our application.

Already, we have facility to access Appsettings in web.config. In certain situations, we need to declare our own SectionGroups and Sections in web.config depending upon our application's needs. This will help the developer to access these values from the sections across the application.

Here, I have created two Sections under one SectionGroup....

Configuring Exceptions Using Web.config        
Total Hits: 18  |  Today: 0 Author: M. Furqan Hameedi       Rating:  
Read Reviews | Write Review |              Your Rating: 

It's always been a problem to handle exceptions in a large enterprise environment, where you want to deal with different exceptions in a different manner. Though error pages can be configured in the web.config, but for only HTTP specific errors. You cannot define specific Exception types with their respective handlers. One of the solutions that I found on the net was Exceptions Management Block. But that was after all a complex solution according to me. So I devised my own mechanism to configure...

How to copy and configure ASP.NET projects between different local computers        
Total Hits: 12  |  Today: 0 Author: harryteck       Rating:  
Read Reviews | Write Review |              Your Rating: 

I wrote this article because I had many questions asked of me regarding the "simple" act of copying Visual Studio .NET projects from removable disk drives to a local machine. The issue is how the webinfo file was first created in the original project and what Visual Studio .NET looks for to map your project to the URL. The software is not "smart" enough to know that you saved your project on a floppy disk just so you could work on the project somewhere else on a different machine. So, when you t...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net