So I have a server that I host a web app on. It is a ASP.NET web app. I am try to push a second app on this sever. This is a Silverlight app. This uses a WCF service to populate a data grid. The problem is when I install the .Net 3.0 feature of HTTP Activation it kills my ASP.NET app. Is there any way for them to play nicely?
Share
So It turns out if you turn on WCF in features, you need to reinstall .NET 4 in order for you to be able to use .NET 4 web apps.