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:

Be A Developer That Uses AI

Developers will not be replaced by AI, they'll be replaced by developers that use AI. Generative AI tools are revolutionizing the way de...