Welcome to MSDN Blogs Sign in | Join | Help

May 2009 - Posts

How to Programmatically Modify the IIS Virtual Directory

If you have more than a dozen web servers in a cluster with identical setting, and you need to update the virtual directory, it is much more convenient to write a simple program to update it. This example shows how to do it. In this case, this snippet

Concatenating A List of Elements into A String, From [A] [B] [C] into "A, B, C"

This is a quite common problem, there is a list of strings, and you need to concatenate them with a delimiter, let says a comma. There are several different approaches to this problem. Before .Net era, I use for loop, and check if the loop counter is
Posted by HelloWorld | 2 Comments
 
Page view tracker