View Single Post
  #2  
Old 01-18-2006, 03:41 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
1. You can view the failing action code by pressing F8. The line is

var objDir = objSvr.Create("IIsWebVirtualDir", vbld_StepProp("Name"));

Not sure what could cause that to fail. What is the name of the virtual directory being created? Can you ZIP and post your .bld file?

2. There is no built-in action in VBP to create a new web site. You would need to write some script code or action to do that (you could start with the [JScript] code in the IIS Virtual Dir action).
Reply With Quote