Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help!!Create virtual dirs from vbs doesn't work in cuncurent way

Status
Not open for further replies.

P01nt3r

Programmer
Jan 17, 2001
34
IT
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top