Question on installing the framework (Server or Client)

  • Thread starter Thread starter William Gower
  • Start date Start date
W

William Gower

If the exe is sitting on the server and the client machines are accessing
the exe, does the client machine need the framework or just the server?
 
This question can have multiple interpretations.

My interpretation is that you have compiled a windows forms EXE, and you are
accessing it through a network share by double clicking on the .EXE file.

In that case, the client machines will need the .NET framework, and you will
have to worry about interesting code access security issues. .NET has a lot
of inbuilt security features around this.

- Sahil Malik
Independent Consultant
You can reach me thru my blog - http://dotnetjunkies.com/WebLog/sahilmalik/
 
Back
Top