Monday, September 25, 2006

BLOG: Text Converting and Intall IIS virtual directory

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:

Thumbs Up to GitHub Copilot and JetBrains Resharper

Having used AI tool GitHub Copilot since 08/16/2023, I’ve realized that learning GitHub Copilot is like learning a new framework or library ...