S

Windows වල Install වෙලා තියෙන IIS Version එක Check කරන ක්‍රම 5ක්

91 views · updated 2026-07-01 · published 2026-07-01 · by Hasarinda Manjula · Windows Server Reading time: 2 min English සිංහල

Overview

ඔයාගේ IIS version එක දැනගන්න එක compatibility සහ troubleshooting වලට උදව් වෙනවා. මේ guide එකෙන් Windows එකේ install කරපු IIS version එක check කරන්න ක්‍රම පහක් පෙන්නනවා — තව IIS install වෙලා තියෙනවද කියලාම confirm කරන හැටි.

install කරපු IIS version එක check කරන හැටි.

Key Takeaways

  • IIS Manager එකේ Help > About එකෙන් version එක පෙන්නනවා.
  • Registry එකේ IIS version numbers store කරනවා.
  • Command Prompt සහ PowerShell වලින් ඒක query කරන්න පුළුවන්.
  • IIS version එක Windows version එකට අනුරූප වෙනවා.

Method 1: IIS Manager

1. Windows + R press කරලා, inetmgr type කරලා, Enter press කරන්න.

2. IIS Manager එකේ, Help > About Internet Information Services click කරන්න.

3. version එක display වෙනවා.

5 Ways to Check the Installed Version of IIS in Windows

IIS Manager එක open කරන්න.

5 Ways to Check the Installed Version of IIS in Windows

IIS Manager එකේ version එක හොයන්න.

Method 2: Registry Editor

1. regedit open කරන්න.

2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp වලට යන්න.

3. VersionString / MajorVersion / MinorVersion කියවන්න.

Method 3: Command Prompt

1. Command Prompt එක open කරන්න.

2. Run කරන්න: reg query "HKLM\SOFTWARE\Microsoft\InetStp" /v VersionString

3. IIS version එක return වෙනවා.

5 Ways to Check the Installed Version of IIS in Windows

Command Prompt එකෙන් IIS version එක හොයන්න.

Method 4: Run Command (version file)

1. ඔයාට %windir%\system32\inetsrv\InetMgr.exe එකේ version එකත් ඒකේ Properties > Details tab හරහා check කරන්න පුළුවන්.

2. file version එකෙන් IIS version එක reflect කරනවා.

Method 5: PowerShell

1. PowerShell open කරන්න.

2. Run කරන්න: (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\InetStp").VersionString

3. IIS install වෙලා තියෙනවද කියලා check කරන්න: Get-WindowsOptionalFeature -Online -FeatureName IIS-WebServerRole

5 Ways to Check the Installed Version of IIS in Windows

IIS enabled ද කියලා check කරන්න.

Troubleshooting

Problem: inetmgr හම්බ වෙන්නේ නෑ.

Solution: IIS (හෝ ඒකේ management console එක) install වෙලා නෑ — ඒක Windows Features හරහා enable කරන්න.

Problem: InetStp key එක නෑ.

Solution: IIS install වෙලා නෑ; මුලින්ම Web Server (IIS) role/feature එක install කරන්න.

Problem: version එක බලාපොරොත්තු වුණ එකට ගැලපෙන්නේ නෑ.

Solution: IIS version එක Windows version එකට බැඳිලා තියෙන්නේ — ඔයාගේ Windows build එක confirm කරන්න.

Problem: install කරපු modules දැනගන්න ඕන.

Solution: IIS components list කරන්න Get-WindowsOptionalFeature -Online | Where FeatureName -like "IIS-*" පාවිච්චි කරන්න.

Conclusion

ඔයාට IIS version එක ඉක්මනට IIS Manager එකේ About dialog එකෙන්, නැත්නම් programmatically InetStp Registry key එක, Command Prompt, හෝ PowerShell හරහා check කරන්න පුළුවන්. මේ ක්‍රමම machine එකේ IIS install වෙලා ද කියලාත් confirm කරනවා.

About SoftwareKey.lk

මේ guide එක SoftwareKey.lk Knowledge Base එකේ කොටසක්. තව step-by-step IT guides සහ support වලට softwarekey.lk එකට යන්න.

Thanks for your feedback! 🙌

Read more