how is it possible?

  • Thread starter Thread starter Bapu
  • Start date Start date
B

Bapu

In IIS7,

appcmd.exe is there.

This is the part of help of appcmd clear config /? in windows vista

see below Both the command are same but functionality different... what
a great technology!!! Isnt't it??

appcmd clear config "Default Web Site/" -section:defaultDocument

Clear the "defaultDocument" configuration section at the "Default
Web
Site/" path.

appcmd clear config "Default Web Site/" -section:defaultDocument

Clear the "defaultDocument" configuration section at the "Default
Web
Site/" path, and delete the section element.
 
Bapu said:
In IIS7,

appcmd.exe is there.

This is the part of help of appcmd clear config /? in windows vista

see below Both the command are same but functionality different... what
a great technology!!! Isnt't it??

appcmd clear config "Default Web Site/" -section:defaultDocument

Clear the "defaultDocument" configuration section at the "Default
Web
Site/" path.

appcmd clear config "Default Web Site/" -section:defaultDocument

Clear the "defaultDocument" configuration section at the "Default
Web
Site/" path, and delete the section element.

Are you sure that the functionality is different, and not just the help
text?
 
Back
Top