re:
!> How do I save the script and what script program do I use for this:?
You can do it in two ways.
One way is to install IIS, using the graphical interface, as detailed at :
http://technet2.microsoft.com/Windo...18b0-4c42-9884-5af83226e2bd1033.mspx?mfr=true
You don't have to run the Pkgmgr.exe "script" (really a batch file)
if you install IIS from the UI.
OR, you can copy the pkgmgr.exe script on that page into a text file and make sure the
whole thing is in ONE line, and then rename the text file to "InstallAndConfigureIIS.bat",
open a command window to the directory it's in, and execute the batch file.
Both ways do exactly the same thing, if you select all the "Application Development Features"
and the "Web Management Tools" in the UI when you install it, as that page explains :
---000---
If you use Control Panel to install IIS, you get the default installation, which has a minimum set
of features. If you need additional IIS features, such as Application Development Features or
Web Management Tools, make sure to select the check boxes associated with those features
in the Windows Features dialog box.
1. Click Start and then click Control Panel.
2. In Control Panel, click Programs and then click Turn on or off Windows Features.
3. In the Windows Features dialog box, click Internet Information Services and then click OK.
---000---
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
======================================