Article ID: 328505 - Last Review: December 3, 2007 - Revision: 5.4 HOW TO: List Web Server Extensions and Extension Files in IIS 6.0This article was previously published under Q328505 On This PageSUMMARY This step-by-step article describes how to list which
extensions and extension files exist on an Internet Information Services (IIS)
6.0 server. The command-line script, Iisext.vbs, which resides in the Sysvol\System32 (Default Windows\System32) directory, can be used by an administrator to list Web service extension IDs for all defined Web service extensions on an IIS 6.0 server. List ExtensionsSyntax:cscript IisExt.vbs /ListExt [/s Computer [/u [Domain\]User [/p Password]]] To acquire a list of extensions that reside in the Web Service Extension Restriction List (WebSvcExtRestrictionList), follow these steps: NOTE: For detailed information about the switches that are used in the examples, see the Parameters section of this article. List Extensions on a Local ServerAt a command prompt, change to the Sysvol\System32 folder (the default is Windows\System32), and then type the following:cscript IisExt.vbs /ListExt You receive the following response:
Connecting to server ...Done SSINC Payroll ASP Inventory ASP.NET WEBDAV HTTPODBC List Extensions on a Remote ServerAt a command prompt, change to the Sysvol\System32 folder (the default is Windows\System32), and then type the following:cscript IisExt.vbs /ListExt /s ComputerName /u Domain\User /p Password You will receive a response similar to the
following: Connecting to server ...Done SSINC Payroll ASP Inventory ASP.NET WEBDAV HTTPODBC List Extension FilesSyntax:cscript IisExt.vbs /ListFile [/s Computer [/u [Domain\]User [/p Password]]] To acquire a list of extension files that reside in
the Web Service Extension Restriction List (WebSvcExtRestrictionList), follow these steps:NOTE: For detailed information about the switches that are used in the examples, see the Parameters section of this article. List Extension Files on a Local ServerAt a command prompt, change to the Sysvol\System32 folder (the default is Windows\System32), and then type the following:cscript IisExt.vbs /ListFile You will receive a response similar to the
following: Connecting to server ...Done Status / Extension Path ------------------------ 0 *.exe 0 *.dll 1 E:\Windows\system32\inetsrv\asp.dll 0 E:\Windows\system32\inetsrv\httpodbc.dll 0 E:\Windows\system32\inetsrv\ssinc.dll 0 E:\Windows\system32\inetsrv\httpext.dll 1 E:\Windows\system32\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll 1 c:\Source\Taxes.dll 1 c:\Source\Accounting.dll 1 c:\Source\Taxes.exe 1 c:\Source\Timesheet.exe 1 c:\Source\Payscale.dll List Extension Files on a Remote ServerAt a command prompt, change to the Sysvol\System32 folder (the default is Windows\System32), and then type the following:cscript IisExt.vbs /ListFile /s ComputerName /u Domain\User /p Password You will receive a response similar to the
following: Connecting to server ...Done Status / Extension Path ------------------------ 0 *.exe 0 *.dll 1 E:\Windows\system32\inetsrv\asp.dll 0 E:\Windows\system32\inetsrv\httpodbc.dll 0 E:\Windows\system32\inetsrv\ssinc.dll 0 E:\Windows\system32\inetsrv\httpext.dll 1 E:\Windows\system32\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll 1 c:\Source\Taxes.dll 1 c:\Source\Accounting.dll 1 c:\Source\Taxes.exe 1 c:\Source\Timesheet.exe 1 c:\Source\Payscale.dll Parameters
REFERENCESFor additional
information, click the article numbers below to view the articles in the
Microsoft Knowledge Base: 328360
(http://support.microsoft.com/kb/328360/EN-US/
)
HOWTO: Enable and Disable ISAPI Extensions and CGI Applications in IIS 6.0
328419
(http://support.microsoft.com/kb/328419/EN-US/
)
Add and Remove Web Service Extension Files in IIS 6.0
For more information about IISExt.vbs, visit the following Microsoft Web site: http://technet2.microsoft.com/windowsserver/en/library/72d69051-4287-4e92-847c-df3ac3eb77e11033.mspx
(http://technet2.microsoft.com/windowsserver/en/library/72d69051-4287-4e92-847c-df3ac3eb77e11033.mspx)
You can also access this product documentation through the IIS
Manager.
For additional information
about how to access this Help feature, click the following article number to
view the article in the Microsoft Knowledge Base: 815127
(http://support.microsoft.com/kb/815127/EN-US/
)
How To: Access IIS 6.0 Help Documentation
| Article Translations
|
Back to the top
