Link to home
Start Free TrialLog in
Avatar of adriankohws
adriankohwsFlag for Singapore

asked on

Running a comiled VB.Net application over the network

Hi Experts,

I have compiled an application developed using VB.Net VS2005. How can I make it possible to run in any computers within the network by just providing a shortcut to the application?
Avatar of hongjun
hongjun
Flag of Singapore image

You can consider deploying your application using the Click Once technology.
http://msdn2.microsoft.com/en-us/library/t71a733d(VS.80).aspx
ASKER CERTIFIED SOLUTION
Avatar of VBRocks
VBRocks
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Éric Moreau
Avatar of adriankohws

ASKER

Hi VBRocks,

Thanks. I have used  http://msdn2.microsoft.com/en-us/library/zdc263t0(VS.80).aspx
Although I haven't got the time to test whether it indeed work, I believed it works. However, in a huge network environment, it would be a hazard to implement. Is there a way that the steps to go through all this can be included into the msi deployment project? So that once the user install my application, this is also installed. Or if not achievable, at least a seperate installation file for user to easily install it and the security zone is update automatically.

Thanks.