-1

I want to access an IIS server programmatically in C# and I choose to use Microsoft.Web.Configuration.dll. Is there a way to get the current IIS version with this dll or another?

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0
Request.ServerVariables["SERVER_SOFTWARE"];
Praloy Das
  • 315
  • 1
  • 6