一定要以数组保存哦
string hostname = "localhost";
string newsitenum = "2";
string path = string.f"localhost";ormat("iis://{0}/w3svc/{1}/root",hostname,newsitenum);
directoryentry root = new directoryentry(path);
newwebsiteinfoall newweb = new newwebsiteinfoall();
arraylist arl = new arraylist();
arl.add(@".rem,d:\windows\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll,1,get,head,post,debug");
arl.add(@".asax,d:\windows\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll,5,get,head,post,debug");
root.properties["scriptmaps"].value = arl.toarray();
root.commitchanges();