I have IIS 7 installed on windows 2008 server. I want to execute commands adsutil.vbs for compression but adminscripts directory is missing under inetpub directory. How can I execute those commands ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
In IIS7 those administration scripts are an optional component - make sure that you have the following installed:
|
|||
|
|
|
You could also consider using the new utility AppCmd.exe included with IIS 7. Here is an article that explains how to enable HTTP Compression using AppCmd. http://support.microsoft.com/kb/930909 More info on AppCmd http://technet.microsoft.com/en-us/library/cc772200(v=ws.10).aspx Thanks! |
|||
|
|