Question on installing the framework (Server or Client)

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?
 
S

Sahil Malik

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top