cancel
Showing results for 
Search instead for 
Did you mean: 

Web services extension : ASP.NET v4.0.30319 don't work?

Former Member
0 Kudos

I'm installing BPC 10 MS on windows 2012 standard server, both running SQL 2012 Enterprise.

When the installation executable , check the prerequisites , i have this error :

Web services extension requires ASP.NET v2.0.50727.

On my windows 2012 standard server, the Web services extension is ASP.NET v4.0.30319.


How can I solve this problem?


Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Same was issue with me, tried below option and worked fine for me...

Register it manually with below steps

- Open Command Prompt

–Change to the following directory

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>

or  for 64bit 

C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727>

- run  aspnet_regiis.exe – i

ASP.NET will register  and show up in Web Service Extensions

Got this from :

ASP.NET v2.0.50727 missing from Web Services Extensions in IIS Manager - Ying Li at myITforum.com

Answers (1)

Answers (1)

Former Member
0 Kudos