配置Master Data Services,报错:所需的 .svc 处理程序映射未安装在 IIS 中。

今天在配置 Master Data Services 时,由于首先安装的是NET 4,然后才安装的IIS 7
启动 Master Data Services 时 ,报错:
在此服务器上未配置 Internet Information Services (IIS)。
所需的 .svc 处理程序映射未安装在 IIS 中。
解决方案如下,首先进入NET4安装目录: %windir%\Microsoft.NET\Framework64\v4.0.30319


在CMD下:
cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319
aspnet_regiis -i
问题解决。



来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8183550/viewspace-756014/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/8183550/viewspace-756014/

你可能感兴趣的:(配置Master Data Services,报错:所需的 .svc 处理程序映射未安装在 IIS 中。)