5
votes
Linux shell equivalent on IIS
Depending on what version of IIS you're considering, I would second lbrandy's recommendation to check out …
2
votes
ASP.Net tab in IIS missing.
Did you try uninstalling and then reinstalling ASP.NET?
i.e.
aspnet_regiis -u
Then
aspnet_regiis -i
The uninstall and then reinstall have worked for me befor …
