Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Virtual Directory

Author  Topic 

Steve2106
Posting Yak Master

183 Posts

Posted - 2008-02-05 : 05:26:14
Hi Guys,
Windows XP, IIS 5.1

I have written an installer that creates an MS SQL Database, creates the
necessary data tables and then imports the data into the data tables. All
this works fine.
I now need to copy the web pages to a directory on the users machine and
then make the chosen directory a virtual directory so the user can call the
pages in the usual way (http://localhost/mytestsite/index.html)

Would anyone know how to create a virtual directory using dos command line parameters. I have seen something using "IIsVdir.vbs" but I do not have this script file.

Any help would be really appreciated.

Best Regards,

Steve.

Steve

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-02-05 : 23:25:50
Better to post it in IIS forum.
Go to Top of Page
   

- Advertisement -