You are after fresh install and can’t find ASP.net 2.0 in Web Service Extensions in IIS?
This is connected with order of installing IIS and .NET framework.
If you already installed both of them the quickest sollution is:
Quick sollution is:
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>
aspnet_regiis.exe – i
Restart should not be required.
1 reply on “ASP.NET v2.0.50727 missing from Web Services Extensions in IIS Manager”
You are fantastic. thanks.