How do I use a command line tool to install .net 4 to IIS

Posted by tehp on Stack Overflow See other posts from Stack Overflow or by tehp
Published on 2010-01-04T20:46:47Z Indexed on 2010/06/10 1:42 UTC
Read the original article Hit count: 287

I'm trying to deploy my WCF RIA services application to our in-house server for testing. I've been following the instructions and comments from this blog site: http://timheuer.com/blog/archive/2009/12/10/tips-to-deploy-ria-services-troubleshoot.aspx

At the end someone points to this question:

http://stackoverflow.com/questions/1528324/how-to-solve-a-http-error-404-3-not-found-error

I've been trying to run that same tool with .net 4.0 but it keeps giving me an error:

[Warning]The HTTP namespace reservation already exists.

I am running the version of the exe that I found inside of C:\Windows\Microsoft.NET\Framework\v4.0.21006

There is also C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation that has (what I assume is) the same exe in it, and I can use it just fine. I've tried to un-install the 3.0 version before installing the 4.0 version, but I am still getting the same warning and failure. Has anyone successfully done this with .net 4.0?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about Silverlight