|
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Bean Software
|
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....
|
|
|
|
Total Hits: 19 | Today: 0
|
Author: Microsoft
|
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....
|
|
|
|
Total Hits: 14 | Today: 0
|
Author: Microsoft
|
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)....
|
|
|
|
Total Hits: 20 | Today: 0
|
Author: Microsoft
|
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...
|
|
|
|
Total Hits: 13 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article discusses how to run a user control assembly that is hosted on Microsoft Internet Information Services (IIS) in Microsoft Internet Explorer....
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Microsoft
|
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....
|
|
|
|
Total Hits: 10 | Today: 0
|
Author: Microsoft
|
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 ...
|
|
|
|
Total Hits: 14 | Today: 0
|
Author: Microsoft
|
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...
|
|
|
|
Total Hits: 14 | Today: 0
|
Author: microsoft
|
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...
|
|
|
|
Total Hits: 16 | Today: 0
|
Author: Sadish Kumar.V
|
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....
|
|
|
|
Total Hits: 18 | Today: 0
|
Author: M. Furqan Hameedi
|
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...
|
|
|
|
Total Hits: 12 | Today: 0
|
Author: harryteck
|
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...
|
|
|
|
|
|