Does anyone know that how to detect a mahcine to see if it has the IIS installed?
And how to configure the IIS on other machines by providing them only a cd-rom with the IIS application?
Please reply me......thank you very much
Printable View
Does anyone know that how to detect a mahcine to see if it has the IIS installed?
And how to configure the IIS on other machines by providing them only a cd-rom with the IIS application?
Please reply me......thank you very much
Connect to the machine at port 80. If it's running IIS, it will happily tell you that in the HTTP headers.
Josh
Could you please tell me how to check the http headers? And is there anyway that I can configure IIS on person's machine by providing a program? If so, what language and how it could be done, thank you very much.