Skip to main content
GameDev.net gamedev.net
🔒 Locked

[.net] Accessing A .NET Application from a Network Share

Started by hellz Oct 29, 2004 at 2:52 PM 2 replies 1.2k views
Original Post
hellz
hellz
OK, it seems I'm having a bit of a blonde moment. Let's say you decided to install a .NET application on a server and wanted clients to be able to use it via a network share. Would the clients need the .NET framework to be installed, or would the server handle all of that? My instinct is telling me only the server would need that, but somehow I get the feeling that deployment wouldn't be as easy as that. I know, I know, stupid question, but could anyone give me a definitive answer? Thanks in advance. [smile]
evolutional
evolutional
From my experience, the clients will need the .NET framework. Also, you have to mark the assembly as 'trusted' because .NET won't run apps from network shares by default (I found this out the hard way).
hellz
hellz
Right, cool, thanks man. Didn't think it was as simple as that! Cheers, that helps a lot. [smile]
mirirom
mirirom
as a side note, if you wish to perform remote debugging on the app from your development workstation, you'll have to include the Remote Components on the server as well (but not the IDE).

i learned this the hard way too...
..:: mirirom ::..

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.