This is ASP and ASDI I think or just ASDI.. Not quite sure...BUt i have a script that will create a site in IIS 6.0 the code is:
set objRoot = objNew.Create ("IISWebVirtualDir", "Root")
objRoot.Path = "z:\inetpub\wwwroot\" & UserName
objRoot.SetInfo
But instead of the absolute I want to set it up for a share on another computer with the path \\jotts2\c\inetpub\wwwroot\ & userName
With the login Credentals of username admin password admin <<Just example
And ideas? Thanks... If everyone is like eh'. Free hosting to the person that figures it out... Although you guys probably all own your own hosting companys like me :)