Latest

ASP.NET v2.0 to be set to ‘Allow’ in the list of IIS Web Server Extensions.

When trying to install any web services you will receive the following error.

"ASP.Net must be set to be allowed in Internet Information Services (IIS)  web service extension"

In any case IIS in installed after the .Net Framework installation, this type of error occurs.

To Fix this error follow the below steps :

1. Go to command prompt and then change the directory to        

“C:\Windows\Microsoft.NET\Framework\v2.0.50727″ 

2. Then run  the command “aspnet_regiis.exe -i” as shown below.







3. After this command completes successfully open IIS Manager and go to web service extensions and mark the “ASP .NET v2.0.50727″ as Alloweb if it isnt already.












No comments