Click here to Skip to main content
15,887,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI all,

i had an windows application which was created using visual studio 2010 and a database using ms access. i had created a setup and installed and its working perfectly. now i installed this application in server so that i need to open this application from client computers without installing and it want to run from the server communicating through LAN. if possible also give the solution for opening my application in web browser.

can anyone please help me in this situation?

thanks in advance.....

[Don't shout. It is rude! Shouting removed.]
Posted
Updated 7-May-13 23:16pm
v2
Comments
Joezer BH 8-May-13 5:22am    
It's really unclear what you wish to accomplish.
Do you just want to execute the file on the server, but to trigger the execution from a client machine?
Do you want an exe located on the server to run on the client machine?
What exactly do you want the browser to do?

Quote:
now i installed this application in server so that i need to open this application from client computers without installing and it want to run from the server communicating through LAN
Unless your application has a client/server architecture you cannot do that.


Quote:
if possible also give the solution for opening my application in web browser
Unless your application is a web application, you cannot do that.
 
Share this answer
 
This might help you -> http://ss64.com/nt/psexec.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900