0

I am trying to create a Master Data Service Web Application. So far, I have not succeeded with this activity.

I have check on internet for possible solutions but:

The .NET 3.5 and 4.5 features are checked, the svc file is present, but everytime I run the Master Data Configuration Manager I see the the warning about Internet Information Services.

I do not what else do I need to install or configure. When I try to access the URI of the web application, this does not show anything.

enter image description here

enter image description here

enter image description here

I am using Windows 8 and Sql Server 2014

d2907
  • 798
  • 3
  • 15
  • 45
  • copy paste the actual contents of that box. Also expand the Internet Information Services node in windows features. This is a specific features that need to be on or off. For example, from memory I think you have to turn off WebDav. – Nick.Mc Jan 24 '17 at 11:56

1 Answers1

0

When this happened to me I discovered I needed to execute the MDS Configuration Manager on the virtual machine's operating system rather than my local machine.

These IIS settings exist on that Windows Server, not your local machine.

j3r0
  • 31
  • 2
  • 7