How to detect IIS version using C#?

后端 未结 11 1787
栀梦
栀梦 2020-11-30 02:17

How to detect IIS version using C#?

Update: I meant from a winapp (actually the scenario is developing a custom installer that wants to check the version of the inst

11条回答
  •  無奈伤痛
    2020-11-30 02:50

    Check the X-Powered-By header: http://www.http-stats.com/X-Powered-By

    There you can find the possibly values...

提交回复
热议问题