0

I have just started working on WCF and I need to run a service on IIS.

The problem is this; I have started my IIS server and almost every extra program that can be activated from the control panel, but when I open a new web site and choose WCF service as type and press enter I get the following image:

ASP.NET 4.0 has not been registered on the Web server

Brad Christie
  • 100,477
  • 16
  • 156
  • 200
Aadi Droid
  • 1,689
  • 4
  • 22
  • 46

1 Answers1

2

You need to install the .NET 4.0 framework to IIS. See my post on another question for more help. If you need further assistance, please post a comment to this post and I'll do my best to help.

Also, the version of IIS would be helpful.

Community
  • 1
  • 1
Brad Christie
  • 100,477
  • 16
  • 156
  • 200