System.Convert.ToBase64String
System.Convert.FromBase64String
System.Text.Encoding.UTF8.GetBytes(string).
net stop w3svc
net stop iisadmin
Few people realize that files with the .ashx extension are HTTP handlers as well.
How to create the virtual directory in IIS
string strSchema = "IIsWebVirtualDir";
string strRootSubPath = "/W3SVC/1/Root";
DirectoryEntry deRoot = new DirectoryEntry("IIS://" + server + strRootSubPath);
Tony
No comments:
Post a Comment