I have a vbs script (given toghether with iis4.0) that create virtual dirs. It seems that when 2 cuncurrent jobs call the same site on IIS for to create a new virtual dir each one, one fails becouse the first process lock the object of the site!!
Please someone know a way to create vdirs in cuncurrent using vbs scripting? Is there a way to run this script on real-time or I'm forced to sincronize (with batch processing) all the call of the vbs's vdir creation of iis?
Please help! Is urgent!!
Andrea Lisci
Please someone know a way to create vdirs in cuncurrent using vbs scripting? Is there a way to run this script on real-time or I'm forced to sincronize (with batch processing) all the call of the vbs's vdir creation of iis?
Please help! Is urgent!!
Andrea Lisci