How do I get Asc, Ascii, Char Chr functions in C#? Is there another class
for them? They are available in VB.NET but I can not find the namespace
from which they come from?
Thanks,
Ed
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor l
Are there any managed classes for IIS? I would like to create virtual
directories from my C# code using IIS. I already know how to do it in COM
using ADSI but I do not know how to perform the GetObject call in C# like I
you would do in VB.
How do you GetObject("IIS://servername/w3svc") in C#?