Using the web.config XML file in ASP.NET, the users could change and save the configuration settings, this is what explained in this tutorial. The web.config XML file in ASP.NET allows the configuration setting to be stored in the root directory. Th
Creating your own web.config section handler is a tutorial which shows you how to create your own web.config section handler by implementing the IConfigurationSectionHandler interface on the user defined class. You must import System.Configuration na
Using XML to build an ASP+ config.web Editor is an useful article in which author gives details about XML-based configuration files, which has stored information of ASP+ configuration. The author gives three procedure to execute loading, saving and m
Storing Your Own AppSettings within Config.web is an article where the author explains about ASP.NET's XML based configuration system. The author says that this system supports custom XML Schema option as well as to store Key/Value pairs, after going
Storing and Reading Base64 Encoded Connection String in Web.Config is a web based tutorial through which you can learn about how to encrypt and decrypt the information of the Web.Config file using Base64 algorithm. Web.Config is an XML based text fil
In this article the author elaborately discusses about modifying web.config file. This tutorial describes that web.config file is an XML file which helps users to specify the details such as security details, connection settings, error details etc.,
This tutorial completely describes about the use of web service and also it allows the users for improving web service interoperability with the help of XML message design. Descriptions are quite simple in an understandable manner. Examples and sampl
Connections in Web.Config for Multiple Computers is an article which describes the method for getting the connnection strings of the web.config file in different computers. The two functions given by the author helps you to get the machine name and D
Easy to use flash menu, does not require flash to be used, only the "player" plugin that is installed on any web browser, easy to use, just insert the swf file in a web page and edit the xml file that comes with the menu, by editing the...
This is an useful web based tutorial for knowing about the classes of XML. In this tutorial the author shows the uses of the classes such as node, tree and xml class. The author explains you the various methods and properties of these class with its |