Reputation: 1612
I have Windows 7 Ultimate (64 bit), after turning on the IIS 6 feature in Control Panel, there is no "Web Service Extension" folder in the IIS Manager. I need this to turn on the ASP feature. Can someone please help? Thanks.
Upvotes: 0
Views: 5982
Reputation: 666
I had similar issue recently. The solution is:
%WindowsDir%\Microsoft.NET\Framework\%Framework_version%\aspnet_regiis.exe -i
PS not sure it works on IIS6, but you should definitely check it out.
Upvotes: 1