Wednesday, October 31, 2012

Modifying the web.config file from a windows application

Modifying the web.config file from a windows application


Modifying the web.config file from a windows application

Posted: 30 Oct 2012 12:42 PM PDT

In this article, we are going to see how you can modify the web.config file of an asp.net application using a windows based application in C#. We are going to use xml to load the web.config file and modify the appSettings section of it.

How to get the input from user continuously using console application

Posted: 30 Oct 2012 12:50 PM PDT

In this article we are going to see how to get the input from user continuously using console application. We are using while loop to continuously prompt the user for input without exiting out of the console application. Based on user input the execution of the code varies.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home