Friday, July 09, 2010

Webservice Extension on IIS7 Windows Server 2008 R2

I hit a classic 404 error today.

The 404 error occurs if the Web Service Extensions - Active Server Pages are Prohibited or the ASP.Net v2.0.50727 is set to Prohibited

I just realized that on IIS6 there is a smart node for Web Services Extensions to setup ASP .NET, however this disappeared when I looked at IIS 7 which a default package on Windows Server 2008 R2.



After a few minutes, I found it has another name called 'ISAPI and CGI Restrictions'
Lastly, here's the tips on how to get the ASP .NET installed quickly :)

Go to command prompt and type aspnet_regiis.exe i

No comments: