I created a MVC4 Web API on dev server in VS2010 using .Net Framework 4.0 which run fine on localhost. For next stage deployment I installed AspNetMVC4Setup.exe on PreStage Server but over there some assembly are missing like System.Net.Http.dll
,System.Net.Http.Formatting.dll and many more.
We don't have GACUTIL access on this PreStage Server.
Kindly suggest ,How we can register/Install these dll on my PreStage Server ?
Member
5 Points
22 Posts
System.Net.Http is missing on Deployment Server
Jun 05, 2015 02:25 AM|Rajesh Kumar Singh|LINK
I created a MVC4 Web API on dev server in VS2010 using .Net Framework 4.0 which run fine on localhost. For next stage deployment I installed AspNetMVC4Setup.exe on PreStage Server but over there some assembly are missing like System.Net.Http.dll ,System.Net.Http.Formatting.dll and many more.
We don't have GACUTIL access on this PreStage Server.
Kindly suggest ,How we can register/Install these dll on my PreStage Server ?
Thanks,
Rajesh