Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,
I have developed a Wcf service Of .Net Framework 4.5 . And i've successfully integrated it with IIS 7 . But my client uses Windows server 2012 and IIS 8 . How to add my wcf service to his machine IIS. As the machine does not supports Aspnet_regiis . Please suggest me as well as suggest Steps how to do it? I've tried MSDN Step but the appa which were running there are now showing error .
Posted
Comments
Raul Iloc 4-Jun-14 1:07am    
Did you try like I suggested in my solution?
Pravuprasad 5-Jun-14 4:42am    
yeah i've tried ,but that was already installed, the issue got solved by servicemodelreg.exe -iru command

1 solution

The Aspnet_regiis.exe utility is no longer used for installing and uninstalling ASP.NET 4.5 on Windows Server2012; ASP.NET 4.5 is now a Windows component and can be installed and uninstalled just like any other Windows component.

See the next link: http://support.microsoft.com/kb/2736284[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900