2 comments

  1. Do you know if the client machine needs to have the .Net framework installed when using http deployment?

    Thanks!

    Http deployment and .Net Framework

  2. Yes,

    You definitely need the .NET framework installed on your client machine. You are downloading the .NET assembly into the download cache and that only contains the compiled code to MS IL. This needs to be JIT compiled and hosted by a runtime, so yes you need to have the .Net framework installed on your client machines.

    Hope this helps,

    Marcel

    Marcel de Vries

Comments are closed.