Running .net application over a network

Posted by Marlon on Server Fault See other posts from Server Fault or by Marlon
Published on 2010-03-18T12:08:32Z Indexed on 2010/03/18 12:11 UTC
Read the original article Hit count: 398

Hello,

I need some advice please. I need to enable a .Net application to run over a network share, the problem is that this will be on clients network shares and so the path will not be identical.

I've had a quick look at ClickOnce and the publish options in VS2008 but it wants a specific network share location - and I'm assuming this location gets stored somewhere when it does its thing.

At the moment the job is being done with a old VB6 application and so gets around all these security issues, but that application is poorly written and almost impossible to maintain so it really needs to go.

Is it possible for the domain controller to be set up to allow this specific .Net application to execute? Any other options would be welcomed as I want to get this little application is very business critical.

I aught to say that the client networks are schools, and thus are often quite locked down as are the client machines, so manually adding exceptions to each client machine is a big no no.

Marlon

© Server Fault or respective owner

Related posts about clickonce

Related posts about .NET